diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-15 18:15:32 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-15 18:15:32 +0200 |
commit | 1a87b50208a9f26cb60d93edf7ddebd1fdc277b7 (patch) | |
tree | 005cbd64a2e3a6ae15e14d912c47a50e255c0061 /src/completion/pass.fish-completion | |
parent | 0146aa50d6f08d069dfebed4b46598e52d2b453e (diff) | |
download | pass-1a87b50208a9f26cb60d93edf7ddebd1fdc277b7.tar.gz pass-1a87b50208a9f26cb60d93edf7ddebd1fdc277b7.tar.bz2 pass-1a87b50208a9f26cb60d93edf7ddebd1fdc277b7.zip |
grep: add to completion files
Diffstat (limited to '')
-rw-r--r-- | src/completion/pass.fish-completion | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion index d8f97e2..10c9488 100644 --- a/src/completion/pass.fish-completion +++ b/src/completion/pass.fish-completion @@ -108,3 +108,4 @@ complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'pull' -d 'Pull cha complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'log' -d 'View changelog' complete -c $PROG -f -A -n '__fish_pass_needs_command' -a find -d 'Command: find a password file or directory matching pattern' +complete -c $PROG -f -A -n '__fish_pass_needs_command' -a grep -d 'Command: search inside of decrypted password files for matching pattern' |