mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-21 08:48:33 +00:00
Add ZSH completion script
PR #3012 <https://github.com/Genymobile/scrcpy/pull/3012> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
2716385887
commit
26953784d9
2 changed files with 71 additions and 0 deletions
|
@ -227,6 +227,8 @@ install_man('scrcpy.1')
|
|||
install_data('data/icon.png',
|
||||
rename: 'scrcpy.png',
|
||||
install_dir: 'share/icons/hicolor/256x256/apps')
|
||||
install_data('data/zsh-completion/_scrcpy',
|
||||
install_dir: 'share/zsh/site-functions')
|
||||
|
||||
|
||||
### TESTS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue