aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-03-03Increase version v0.3.0 -> v0.4.0v0.4.0Teddy Wing
2018-03-03Update copyright yearsTeddy Wing
2018-03-03Merge branch 'release-script'Teddy Wing
2018-03-03Makefile: Add a `release` targetTeddy Wing
2018-03-03Merge branch 'create-man-page'Teddy Wing
2018-03-03Merge branch 'invisible-password'Teddy Wing
2018-03-03Makefile: Clean up man page bold literal transformationTeddy Wing
2018-03-03passextract.1: Make literals boldTeddy Wing
2018-03-03Add man pageTeddy Wing
2018-03-03When `-i`, replace password with '*'sTeddy Wing
2018-03-02Merge branch 'add-changelog'Teddy Wing
2018-03-02Add CHANGELOGTeddy Wing
2018-03-01Clean up condition for getting file path from argumentTeddy Wing
2018-03-01Use `-i` argument to hide passwordsTeddy Wing
2018-03-01Try to match `-i` argumentTeddy Wing
2018-02-24Make password line invisibleTeddy Wing
2018-02-24Recompile with Rust 1.24.0Teddy Wing
2016-11-14Merge branch 'flush-clipboard-on-quit'v0.3.0Teddy Wing
2016-11-14Cargo: Increase version v0.2.0 -> v0.3.0Teddy Wing
2016-11-14README: Add a note about the clipboard being cleared on quitTeddy Wing
2016-11-14Clear clipboard on quitTeddy Wing
2016-11-14Cargo.lock: Upgrade to Rust 1.13.0Teddy 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