aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-08-20Update copyright yearsTeddy Wing
2022-08-20Merge branch 'support-gnupg2'Teddy Wing
2022-08-20parse_options: Clean up `Command.spawn` codeTeddy Wing
2022-08-20Spawn `pass` in order to support GnuPG 2 and PinentryTeddy Wing
2022-08-20Cargo.lock: Rebuild with Rust 1.59.0Teddy Wing
2018-04-22Makefile(release): Remove `&&`sTeddy Wing
2018-03-03README: Update installation instructions for HomebrewTeddy Wing
2018-03-03HomebrewFormula: Specify versionTeddy Wing
2018-03-03Merge branch 'add-Homebrew-formula'Teddy Wing
2018-03-03Add Homebrew formulaTeddy Wing
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