mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-06-04 03:03:25 -04:00
client: a standalone binary that connects to a foot --server
This commit is contained in:
parent
a1efd65746
commit
6637c8aeda
4 changed files with 143 additions and 0 deletions
|
|
@ -1,2 +1,3 @@
|
|||
zsh_install_dir = join_paths(get_option('datadir'), 'zsh/site-functions')
|
||||
install_data('zsh/_foot', install_dir: zsh_install_dir)
|
||||
install_data('zsh/_footclient', install_dir: zsh_install_dir)
|
||||
|
|
|
|||
6
completions/zsh/_footclient
Normal file
6
completions/zsh/_footclient
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#compdef footclient
|
||||
|
||||
_arguments \
|
||||
-s \
|
||||
'(-v --version)'{-v,--version}'[show the version number and quit]' \
|
||||
'(-h --help)'{-h,--help}'[show help message and quit]'
|
||||
Loading…
Add table
Add a link
Reference in a new issue