aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2022-08-20main: Exit with `EX_NOINPUT` when no password copy options are presentTeddy Wing
2022-08-20main: Remove version argument TODOsTeddy Wing
2022-08-20Add version command line argumentTeddy Wing
2022-08-20main: Rename `options` variable to `copy_options`Teddy Wing
2022-08-20main: Idea for new exit code when no copy optionsTeddy Wing
2022-08-20main: Idea for `--version` argumentTeddy Wing
2022-08-20Update copyright yearsTeddy Wing
2022-08-20parse_options: Clean up `Command.spawn` codeTeddy Wing
2022-08-20Spawn `pass` in order to support GnuPG 2 and PinentryTeddy Wing
2018-03-03Update copyright yearsTeddy Wing
2018-03-03When `-i`, replace password with '*'sTeddy 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
2016-11-14Clear clipboard on quitTeddy Wing
2016-08-17Add support for `g` and `G` movementsTeddy Wing
2016-08-06strip_key: Fix for values that contain ": "Teddy Wing
2016-08-06Add license (GPLv3+)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-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-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-05Initial commit. Cargo init.Teddy Wing