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
Age
Commit message (
Expand
)
Author
2016-09-05
Use ClipboardStore to set clipboard
reset-clipboard
Teddy Wing
2016-09-05
ClipboardStore: Rename "last", only set it on first run
Teddy Wing
2016-09-05
ClipboardStore proof of concept
Teddy Wing
2016-08-17
README: Add information about `g` & `G` mappings
v0.2.0
Teddy Wing
2016-08-17
Cargo: Increase version v0.1.1 -> v0.2.0
Teddy Wing
2016-08-17
Merge branch 'g-jump-mappings'
Teddy Wing
2016-08-17
Add support for `g` and `G` movements
Teddy Wing
2016-08-06
Cargo: Update version v0.1.0 -> v0.1.1
v0.1.1
Teddy Wing
2016-08-06
Merge branch 'fix-passwords-containing-colon-space'
Teddy Wing
2016-08-06
strip_key: Fix for values that contain ": "
Teddy Wing
2016-08-06
Cargo: Increase version v0.0.1 -> v0.1.0
v0.1.0
Teddy Wing
2016-08-06
README.md: Add usage instructions within the TUI
Teddy Wing
2016-08-06
Add screencast
Teddy Wing
2016-08-06
Add README
Teddy Wing
2016-08-06
Add license (GPLv3+)
Teddy Wing
2016-08-06
Add Bash completion
Teddy Wing
2016-08-06
Merge branch 'call-pass'
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
Add a test file that can be piped to the program
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
Cargo: Install 'clipboard' crate
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
.gitignore: Ignore /private/ directory
Teddy Wing
2016-08-05
Cargo: Remove 'termion' dependency, use 'rustty'
Teddy Wing
2016-08-05
Cargo: Install "termion" 1.0
Teddy Wing
2016-08-05
Add .gitignore: Ignore Rust /target/ build directory
Teddy Wing
2016-08-05
Initial commit. Cargo init.
Teddy Wing