Files
SwayNotificationCenter/completions/zsh/_swaync-client
Erik Reider e85c2f5d6d Terminal completions (#44)
* 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
2021-12-24 21:53:28 +01:00

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]' \