All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BlueZ 0/3] Add zsh completions for bluetoothctl
@ 2019-08-16  7:43 Ronan Pigott
  2019-08-16  7:43 ` [PATCH BlueZ 1/3] client/main: add help option for available args Ronan Pigott
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Ronan Pigott @ 2019-08-16  7:43 UTC (permalink / raw)
  To: linux-bluetooth; +Cc: Ronan Pigott

From: Ronan Pigott <rpigott@berkeley.edu>

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, and I thought
to submit them upstream, if you like, so now I've made this patch. If you
are a zsh user, try them out!

I also added the 'help' option in order to help the shell completions
get their value from the same source as the interactive shell completions.

Ronan Pigott (3):
  client/main: add help option for available args
  completion: add bluetoothctl zsh completions
  build: install zsh completions

 Makefile.tools               |   5 ++
 client/main.c                |   8 +++
 completion/zsh/_bluetoothctl | 131 +++++++++++++++++++++++++++++++++++
 configure.ac                 |  12 ++++
 4 files changed, 156 insertions(+)
 create mode 100644 completion/zsh/_bluetoothctl

-- 
2.22.1


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2019-08-16 11:37 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-16  7:43 [PATCH BlueZ 0/3] Add zsh completions for bluetoothctl Ronan Pigott
2019-08-16  7:43 ` [PATCH BlueZ 1/3] client/main: add help option for available args Ronan Pigott
2019-08-16 11:29   ` Luiz Augusto von Dentz
2019-08-16  7:43 ` [PATCH BlueZ 2/3] completion: add bluetoothctl zsh completions Ronan Pigott
2019-08-16 11:36   ` Luiz Augusto von Dentz
2019-08-16  7:43 ` [PATCH BlueZ 3/3] build: install " Ronan Pigott

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.