aboutsummaryrefslogtreecommitdiffhomepage
path: root/init/completions/df.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2005-09-20 23:31:55 +1000
committerGravatar axel <axel@liljencrantz.se>2005-09-20 23:31:55 +1000
commit7ddecde54372c25fcf526e2d24807c5dac9800aa (patch)
tree1bff6e0ccd096836adb74529d53a6debcf45375b /init/completions/df.fish
parent149594f974350bb364a76c73b91b1d5ffddaa1fa (diff)
Add subdirectories
darcs-hash:20050920133155-ac50b-9a14c6c664dd03afbe8e15e7c7998fcfb5c3c750.gz
Diffstat (limited to 'init/completions/df.fish')
-rw-r--r--init/completions/df.fish18
1 files changed, 18 insertions, 0 deletions
diff --git a/init/completions/df.fish b/init/completions/df.fish
new file mode 100644
index 00000000..9257f429
--- /dev/null
+++ b/init/completions/df.fish
@@ -0,0 +1,18 @@
+complete -y mount
+
+complete -c df -s a -l all -d "Include empty filesystems"
+complete -c df -s B -l block-size -r -d "Block size"
+complete -c df -s h -l human-readable -d "Human readable sizes"
+complete -c df -s H -l si -d "Human readable sizes, powers of 1000"
+complete -c df -s i -l inodes -d "List inode information"
+complete -c df -s k -d "Use 1KB block size"
+complete -c df -s l -l local -d "List only local filesystems"
+complete -c df -l no-sync -d "Do not sync before getting usage info"
+complete -c df -s P -l portability -d "Use Posix format"
+complete -c df -l sync -d "Sync before getting usage info"
+complete -c df -s t -l type -r -d "Filesystem type" -x -a $__fish_filesystems
+complete -c df -s T -l print-type -d "Print filesystem type"
+complete -c df -s x -l exclude-type -d "Excluded filesystem type" -r -x -a $__fish_filesystems
+complete -c df -l help -d "Display help and exit"
+complete -c df -l version -d "Display version and exit"
+