aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2016-09-05Use ClipboardStore to set clipboardreset-clipboardTeddy Wing
2016-09-05ClipboardStore: Rename "last", only set it on first runTeddy Wing
2016-09-05ClipboardStore proof of conceptTeddy Wing
2016-08-17README: Add information about `g` & `G` mappingsv0.2.0Teddy Wing
2016-08-17Cargo: Increase version v0.1.1 -> v0.2.0Teddy Wing
2016-08-17Merge branch 'g-jump-mappings'Teddy Wing
2016-08-17Add support for `g` and `G` movementsTeddy Wing
2016-08-06Cargo: Update version v0.1.0 -> v0.1.1v0.1.1Teddy Wing
2016-08-06Merge branch 'fix-passwords-containing-colon-space'Teddy Wing
2016-08-06strip_key: Fix for values that contain ": "Teddy Wing
2016-08-06Cargo: Increase version v0.0.1 -> v0.1.0v0.1.0Teddy Wing
2016-08-06README.md: Add usage instructions within the TUITeddy Wing
2016-08-06Add screencastTeddy Wing
2016-08-06Add READMETeddy Wing
2016-08-06Add license (GPLv3+)Teddy Wing
2016-08-06Add Bash completionTeddy Wing
2016-08-06Merge branch 'call-pass'Teddy Wing
2016-08-06parse_options: Add a short sentence of documentationTeddy Wing
2016-08-06Extract options from both `pass` and STDINTeddy Wing
2016-08-06Call `pass show` with the given argument and run Passextract on resultTeddy Wing
2016-08-06Add documentation for `strip_key`v0.0.1Teddy Wing
2016-08-06Make selection arrow movement code DRYTeddy Wing
2016-08-06Set window title in knockout textTeddy Wing
2016-08-06Remove unused variable in getchar pattern matchTeddy Wing
2016-08-06Remote the "test" lineTeddy Wing
2016-08-06Remove `set_cursor` callsTeddy Wing
2016-08-06Add a test file that can be piped to the programTeddy Wing
2016-08-06Parse options from STDINTeddy Wing
2016-08-06Handle `Result` on clipboard `set_contents`Teddy Wing
2016-08-06knockout_cell: Use name instead of hex code byteTeddy Wing
2016-08-06Copy line value to clipboard when Enter key is pressedTeddy Wing
2016-08-06Cargo: Install 'clipboard' crateTeddy Wing
2016-08-06Add a function that strips the "key" part from the lineTeddy Wing
2016-08-06Move the selection marker with `j` & `k`Teddy Wing
2016-08-06Initial trial of selection trackingTeddy Wing
2016-08-05Print a list of options to the TUITeddy Wing
2016-08-05Add an arrow markerTeddy Wing
2016-08-05Allow both 'q' and Ctrl-C to quitTeddy Wing
2016-08-05Test terminal outputTeddy Wing
2016-08-05.gitignore: Ignore /private/ directoryTeddy Wing
2016-08-05Cargo: Remove 'termion' dependency, use 'rustty'Teddy Wing
2016-08-05Cargo: Install "termion" 1.0Teddy Wing
2016-08-05Add .gitignore: Ignore Rust /target/ build directoryTeddy Wing
2016-08-05Initial commit. Cargo init.Teddy Wing