index
:
Passextract
master
reset-clipboard
An interface to easily copy login information from Pass
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2022-08-20
main: Exit with `EX_NOINPUT` when no password copy options are present
Teddy Wing
2022-08-20
main: Remove version argument TODOs
Teddy Wing
2022-08-20
Add version command line argument
Teddy Wing
2022-08-20
main: Rename `options` variable to `copy_options`
Teddy Wing
2022-08-20
main: Idea for new exit code when no copy options
Teddy Wing
2022-08-20
main: Idea for `--version` argument
Teddy Wing
2022-08-20
Update copyright years
Teddy Wing
2022-08-20
parse_options: Clean up `Command.spawn` code
Teddy Wing
2022-08-20
Spawn `pass` in order to support GnuPG 2 and Pinentry
Teddy Wing
2018-03-03
Update copyright years
Teddy Wing
2018-03-03
When `-i`, replace password with '*'s
Teddy Wing
2018-03-01
Clean up condition for getting file path from argument
Teddy Wing
2018-03-01
Use `-i` argument to hide passwords
Teddy Wing
2018-03-01
Try to match `-i` argument
Teddy Wing
2018-02-24
Make password line invisible
Teddy Wing
2016-11-14
Clear clipboard on quit
Teddy Wing
2016-08-17
Add support for `g` and `G` movements
Teddy Wing
2016-08-06
strip_key: Fix for values that contain ": "
Teddy Wing
2016-08-06
Add license (GPLv3+)
Teddy Wing
2016-08-06
parse_options: Add a short sentence of documentation
Teddy Wing
2016-08-06
Extract options from both `pass` and STDIN
Teddy Wing
2016-08-06
Call `pass show` with the given argument and run Passextract on result
Teddy Wing
2016-08-06
Add documentation for `strip_key`
v0.0.1
Teddy Wing
2016-08-06
Make selection arrow movement code DRY
Teddy Wing
2016-08-06
Set window title in knockout text
Teddy Wing
2016-08-06
Remove unused variable in getchar pattern match
Teddy Wing
2016-08-06
Remote the "test" line
Teddy Wing
2016-08-06
Remove `set_cursor` calls
Teddy Wing
2016-08-06
Parse options from STDIN
Teddy Wing
2016-08-06
Handle `Result` on clipboard `set_contents`
Teddy Wing
2016-08-06
knockout_cell: Use name instead of hex code byte
Teddy Wing
2016-08-06
Copy line value to clipboard when Enter key is pressed
Teddy Wing
2016-08-06
Add a function that strips the "key" part from the line
Teddy Wing
2016-08-06
Move the selection marker with `j` & `k`
Teddy Wing
2016-08-06
Initial trial of selection tracking
Teddy Wing
2016-08-05
Print a list of options to the TUI
Teddy Wing
2016-08-05
Add an arrow marker
Teddy Wing
2016-08-05
Allow both 'q' and Ctrl-C to quit
Teddy Wing
2016-08-05
Test terminal output
Teddy Wing
2016-08-05
Initial commit. Cargo init.
Teddy Wing