mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 07:34:32 +00:00
34e27ff4c2
darcs-hash:20070116011828-ac50b-fb923dc877869ded4d506bbe0bc5364eea44092f.gz
16 lines
No EOL
893 B
Fish
16 lines
No EOL
893 B
Fish
#
|
|
# Completions for the xmms command
|
|
# Vikas Gorur <vikas@80x25.org>
|
|
#
|
|
|
|
complete -c xmms -s h -l help --description "Show summary of options"
|
|
complete -c xmms -s n -l session --description "Select XMMS session (Default: 0)"
|
|
complete -c xmms -s r -l rew --description "Skip backwards in playlist"
|
|
complete -c xmms -s p -l play --description "Start playing current playlist"
|
|
complete -c xmms -s u -l pause --description "Pause current song"
|
|
complete -c xmms -s s -l stop --description "Stop current song"
|
|
complete -c xmms -s t -l play-pause --description "Pause if playing, play otherwise"
|
|
complete -c xmms -s f -l fwd --description "Skip forward in playlist"
|
|
complete -c xmms -s e -l enqueue --description "Don't clear the playlist"
|
|
complete -c xmms -s m -l show-main-window --description "Show the main window"
|
|
complete -c xmms -s v -l version --description "Print the version number and exit" |