aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/touch.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2006-02-17 20:13:39 +1000
committerGravatar axel <axel@liljencrantz.se>2006-02-17 20:13:39 +1000
commit343cafef346543282b5b6e825bc8f9dd10028a48 (patch)
tree1bcf221ecb525c7aeadc8325e7b780d3656e544b /share/completions/touch.fish
parent95a01f3c8f15034433ffce368d8f2d13d925139c (diff)
Redo installation file structure, move lots of things to $PREFIX/share/fish
darcs-hash:20060217101339-ac50b-d93d2c620a4b7f75f05ff461a6edbee001da7613.gz
Diffstat (limited to 'share/completions/touch.fish')
-rw-r--r--share/completions/touch.fish11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/completions/touch.fish b/share/completions/touch.fish
new file mode 100644
index 00000000..423730fd
--- /dev/null
+++ b/share/completions/touch.fish
@@ -0,0 +1,11 @@
+complete -c touch -s a -d (_ "Change access time")
+complete -c touch -s B -l backward -x -d (_ "Set date back")
+complete -c touch -s c -l no-create -d (_ "Do not create file")
+complete -c touch -s d -l date -x -d (_ "Set date")
+complete -c touch -s f -l forward -x -d (_ "Set date forward")
+complete -c touch -s m -d (_ "Change modification time")
+complete -c touch -s r -l reference -d (_ "Use this files times")
+complete -c touch -s t -d (_ "Set date")
+complete -c touch -l time -x -d (_ "Set time")
+complete -c touch -l help -d (_ "Display help and exit")
+complete -c touch -l version -d (_ "Display version and exit")