aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/pbget.fish
diff options
context:
space:
mode:
authorGravatar SanskritFritz <SanskritFritz+github@gmail.com>2012-10-02 23:22:40 +0200
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-10-02 17:54:30 -0700
commit956f99365a2bd19bba1ee0e7713a5798b802d83c (patch)
treed8dc330ca24e4fabf4dfbaba7d3bc9570ef36730 /share/completions/pbget.fish
parent99044151449b61ea7b7f267eb9b7f339b804acdd (diff)
Some new completions and modified some others.
Diffstat (limited to 'share/completions/pbget.fish')
-rw-r--r--share/completions/pbget.fish12
1 files changed, 12 insertions, 0 deletions
diff --git a/share/completions/pbget.fish b/share/completions/pbget.fish
new file mode 100644
index 00000000..581c0ce0
--- /dev/null
+++ b/share/completions/pbget.fish
@@ -0,0 +1,12 @@
+# Completions for the pbget command.
+# Author: SanskritFritz (gmail)
+
+complete -c pbget -l abs --description 'Use the ABS tree'
+complete -c pbget -l arch --description 'Set the desired package architecture'
+complete -c pbget -l aur --description 'Search the AUR'
+complete -c pbget -l aur-only --description 'Only search the AUR'
+complete -c pbget -l dir --description 'Set the output directory'
+complete -c pbget -l help --description 'Display this message'
+complete -c pbget -l upgradable --description 'Search for upgradable packages'
+complete -c pbget -l testing --description 'Search the ABS testing branches'
+