
* Added ZSH completions * Fixed single quote ending string * Added Bash completions * Added bash to meson.build * Added bash variable to meson_options.txt * Added fish shell completions
14 lines
823 B
Plaintext
14 lines
823 B
Plaintext
#compdef swaync-client
|
|
|
|
_arguments -s \
|
|
'(-h --help)'{-h,--help}'[Show help options]' \
|
|
'(-R --reload-config)'{-R --reload-config}'[Reload the config file]' \
|
|
'(-rs --reload-css)'{-rs --reload-css}'[Reload the css file. Location change requires restart]' \
|
|
'(-t --toggle-panel)'{-t --toggle-panel}'[Toggle the notificaion panel]' \
|
|
'(-d --toggle-dnd)'{-d --toggle-dnd}'[Toggle and print the current dnd state]' \
|
|
'(-D --get-dnd)'{-D --get-dnd}'[Print the current dnd state]' \
|
|
'(-c --count)'{-c --count}'[Print the current notificaion count]' \
|
|
'(-C --close-all)'{-C --close-all}'[Closes all notifications]' \
|
|
'(-sw --skip-wait)'{-sw --skip-wait}"[Doesn't wait when swaync hasn't been started]" \
|
|
'(-s --subscribe)'{-s --subscribe}'[Subscribe to notificaion add and close events]' \
|