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
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