aboutsummaryrefslogtreecommitdiffhomepage
path: root/share/completions/totem.fish
diff options
context:
space:
mode:
authorGravatar axel <axel@liljencrantz.se>2007-01-30 10:01:28 +1000
committerGravatar axel <axel@liljencrantz.se>2007-01-30 10:01:28 +1000
commit14e6bdb13980db3060ef0837f85471a468a309be (patch)
tree17ed46f63a3f77340a85add41e1368d2d9fa31ab /share/completions/totem.fish
parent20d42378de248659fae525f020795fa0268aa206 (diff)
Add command specific completions for totem, written by Velko Hristov
darcs-hash:20070130000128-ac50b-8aec9bbe3858d03189720ed6fc9906ce8f9d4ddc.gz
Diffstat (limited to 'share/completions/totem.fish')
-rw-r--r--share/completions/totem.fish19
1 files changed, 19 insertions, 0 deletions
diff --git a/share/completions/totem.fish b/share/completions/totem.fish
new file mode 100644
index 00000000..b477dc8d
--- /dev/null
+++ b/share/completions/totem.fish
@@ -0,0 +1,19 @@
+#completion for totem
+
+complete -c totem -l usage --description 'Output a brief synopsis of command options then quit'
+complete -c totem -s ? -l help --description 'Output a longer help message then quit'
+complete -c totem -l version --description 'Output version information then quit'
+complete -c totem -l play-pause --description 'Tell any running totem instance: Toggle between play and pause'
+complete -c totem -l play --description 'Tell any running totem instance: Play'
+complete -c totem -l pause --description 'Tell any running totem instance: Pause'
+complete -c totem -l next --description 'Tell any running totem instance: Skip to next'
+complete -c totem -l previous --description 'Tell any running totem instance: Skip to previous'
+complete -c totem -l seek-fwd --description 'Tell any running totem instance: Seek forwards 15 sec'
+complete -c totem -l seek-bwd --description 'Tell any running totem instance: Seek backwards 15 sec'
+complete -c totem -l volume-up --description 'Tell any running totem instance: Raise volume by 8%'
+complete -c totem -l volume-down --description 'Tell any running totem instance: Lower volume by 8%'
+complete -c totem -l fullscreen --description 'Tell any running totem instance: Toggle fullscreen'
+complete -c totem -l quit --description 'Tell any running totem instance: Quit'
+
+complete -r -c totem -l enqueue --description 'Tell any running totem instance: Add to playlist'
+complete -r -c totem -l replace --description 'Tell any running totem instance: Play from playlist'