]> git.proxmox.com Git - mirror_lxc.git/commit - configure.ac
Add bash auto completion
authorStéphane Graber <stgraber@ubuntu.com>
Tue, 21 Jan 2014 04:49:19 +0000 (23:49 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Wed, 22 Jan 2014 17:23:08 +0000 (12:23 -0500)
commit0306de4f280adc0cd5faa3cd365c584d61c9e383
tree49756d69edeb3ec4488e63ba455d06af98f4ba3c
parent21384986d2b84160dd8d1c4bcb2931fdba147d5d
Add bash auto completion

This adds a basic bash auto-completion profile.

It supports 3 things at this time:
 - Auto-complete of container name (-n or -o)
 - Auto-complete of template name (-t)
 - Auto-complete of state names (-s)

It's configured in a way to be as little disruptive as possible, any
argument that's not explicitly handled by the profile will fallack to
bash's default completion.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
config/Makefile.am
config/bash/Makefile.am [new file with mode: 0644]
config/bash/lxc.in [new file with mode: 0644]
configure.ac