aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/pkginfo.fish
diff options
context:
space:
mode:
authorGravatar patroclo7 <patroclo7@gmail.com>2007-08-04 06:22:53 +1000
committerGravatar patroclo7 <patroclo7@gmail.com>2007-08-04 06:22:53 +1000
commit27baa6e62b94ade9cda07dbdd672436c15c26635 (patch)
treec45ea76631af620174cbcf966ae51ff8a6d70577 /share/completions/pkginfo.fish
parentfa9d00a81a82ecc52ed57a03d665bdc470286085 (diff)
Completions for prt-get and pkgutils, the package management utilities for CRUX (Giorgio Lando)
darcs-hash:20070803202253-782a0-e2140559cdf45e3a543c3e9d915fe84537ee73a6.gz
Diffstat (limited to 'share/completions/pkginfo.fish')
-rw-r--r--share/completions/pkginfo.fish9
1 files changed, 9 insertions, 0 deletions
diff --git a/share/completions/pkginfo.fish b/share/completions/pkginfo.fish
new file mode 100644
index 00000000..38217108
--- /dev/null
+++ b/share/completions/pkginfo.fish
@@ -0,0 +1,9 @@
+#completion for pkginfo
+
+complete -f -c pkginfo -o i -l installed -d 'List installed packages'
+complete -f -c pkginfo -o l -l list -a '(__fish_crux_packages)' -r -d 'Package whose files to list'
+complete -f -c pkginfo -o o -l owner -d 'Print the package owning file matching pattern'
+complete -f -c pkginfo -o f -l footprint -d 'Print footprint for file'
+complete -f -c pkginfo -o r -l root -d 'Specify alternative installation root'
+complete -f -c pkginfo -o v -l version -d 'Print version of pkgutils'
+complete -f -c pkginfo -o h -l help -d 'Print help'