client: a standalone binary that connects to a foot --server

This commit is contained in:
Daniel Eklöf 2019-11-01 20:39:34 +01:00
parent a1efd65746
commit 6637c8aeda
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
4 changed files with 143 additions and 0 deletions

View file

@ -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)

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