From: Ronan Pigott <rpigott@xxxxxxxxxxxx> V2 of zsh completions for bluetoothctl bluetoothctl has a nice interactive interface, but some of its functions can be accessed quicker non-interactively, straight from the command line. I made these zsh completions to facilitate that. If you are a zsh user, try them out! Ronan Pigott (4): client/main: add help option for available args shared/shell: add --zsh-complete option completion: add bluetoothctl zsh completions build: install zsh completions Makefile.tools | 5 ++ client/main.c | 8 +++ completion/zsh/_bluetoothctl | 98 ++++++++++++++++++++++++++++++++++++ configure.ac | 12 +++++ src/shared/shell.c | 27 ++++++++++ 5 files changed, 150 insertions(+) create mode 100644 completion/zsh/_bluetoothctl -- 2.22.1