
* 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
5 lines
247 B
Fish
5 lines
247 B
Fish
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
|