diff options
author | Teddy Wing | 2016-08-06 10:26:27 -0400 |
---|---|---|
committer | Teddy Wing | 2016-08-06 10:26:27 -0400 |
commit | 7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909 (patch) | |
tree | 5ea1c09778109ac64533bece059f15914751dac6 /README.md | |
parent | c3efdc3c5f5a1c042c0b06867c5177a56a4dbe07 (diff) | |
download | Passextract-7b0b1d00e3f30b64cc92f55c0f7f6ef8978d0909.tar.bz2 |
README.md: Add usage instructions within the TUI
Enumerate the commands available in the interactive interface and
describe what they do.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -36,6 +36,13 @@ Passextract can be invoked on its own or with the piped output of `pass show`: The included Bash completion file provides the same tab completion options as `pass show`. +In the interactive UI, the following commands are available: + + q or Ctrl-C: Quit + j: Move the selection down + k: Move the selection up + Enter: Copy the currently selected line + ## Install A binary built for Mac OS X is available on the [releases][3] page. Download the |