summaryrefslogtreecommitdiff
path: root/src/completion/pass.fish-completion
diff options
context:
space:
mode:
authorDmitry Medvinsky <me@dmedvinsky.name>2014-03-24 11:29:29 +0400
committerJason A. Donenfeld <Jason@zx2c4.com>2014-03-24 13:40:11 -0300
commitaea785914f5549e16363d83b0ef660a59d184f55 (patch)
tree7baa563446145cb21d20bed7395daa7c2f947c14 /src/completion/pass.fish-completion
parenta6cf42c7330ad3e5a7d6e25feeb2eb99dd896a87 (diff)
downloadpass-aea785914f5549e16363d83b0ef660a59d184f55.tar.gz
pass-aea785914f5549e16363d83b0ef660a59d184f55.tar.bz2
pass-aea785914f5549e16363d83b0ef660a59d184f55.zip
Add some commonly used completions for `pass git`
Diffstat (limited to 'src/completion/pass.fish-completion')
-rw-r--r--src/completion/pass.fish-completion3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/completion/pass.fish-completion b/src/completion/pass.fish-completion
index 9a1b32e..5c52ecc 100644
--- a/src/completion/pass.fish-completion
+++ b/src/completion/pass.fish-completion
@@ -100,6 +100,9 @@ complete -c $PROG -f -A -n '__fish_pass_uses_command --clip' -a "(__fish_pass_pr
complete -c $PROG -f -A -n '__fish_pass_needs_command' -a git -d 'Command: execute a git command'
complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'init' -d 'Initialize git repository'
+complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'status' -d 'Show status of the repo'
+complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'add' -d 'Add changes to the index'
+complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'commit' -d 'Commit changes to the repo'
complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'push' -d 'Push changes to remote repo'
complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'pull' -d 'Pull changes from remote repo'
complete -c $PROG -f -A -n '__fish_pass_uses_command git' -a 'log' -d 'View changelog'
tato.git/commit/portato/gui/gtk/windows.py?h=0.14&id=7c06ac66c161cc8b4110999dc2bf2f2a98ae574b&follow=1'>Better session handlingRené 'Necoro' Neumann1-5/+54 2008-03-07Small changesRené 'Necoro' Neumann1-1/+4 2008-03-07Updated shm module to 1.2René 'Necoro' Neumann1-8/+21 2008-03-07Update TODORené 'Necoro' Neumann1-3/+1 2008-03-07hmm ... yesRené 'Necoro' Neumann1-1/+1 2008-03-06Used better exceptions for configuration parserRené 'Necoro' Neumann1-26/+114 2008-03-06Update translationRené 'Necoro' Neumann2-349/+393 2008-03-06Update createpot.shRené 'Necoro' Neumann1-3/+2 2008-03-06Use 'nofork' instead of 'nolistener'René 'Necoro' Neumann1-3/+3 2008-03-05Install glade files into template dir and not data dirRené 'Necoro' Neumann2-2/+1 2008-03-05Added dependency listRené 'Necoro' Neumann3-117/+237