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:
4
completions/fish/swaync.fish
Normal file
4
completions/fish/swaync.fish
Normal 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
|
Reference in New Issue
Block a user