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
This commit is contained in:
Erik Reider
2021-12-24 21:53:28 +01:00
committed by GitHub
parent bf9309b193
commit e85c2f5d6d
9 changed files with 185 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
complete -f -c swaync
complete -c swaync -s h -l help --description "Show help options"
complete -c swaync -s s -l style --description "Use a custom Stylesheet file" -r
complete -c swaync -s c -l config --description "Use a custom config file" -r