]> xenbits.xensource.com Git - libvirt.git/commit
tools: Provide bash autompletion file
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 2 Nov 2017 13:41:53 +0000 (14:41 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 11 Jan 2018 17:53:04 +0000 (18:53 +0100)
commitf0d390bc161e3845554244b319e36907d40ad6ef
tree6a2ea71b2966806ca05fcc0c212eb9e7ec0e0d2a
parenta0e1ada63c0afdc2af3b9405cbf637d8bd28700c
tools: Provide bash autompletion file

The only purpose of this file is to be sourced. After that one
can use completion even for their bash:

  # virsh list --<TAB><TAB>
  --all                   --inactive ...

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
configure.ac
libvirt.spec.in
m4/virt-bash-completion.m4 [new file with mode: 0644]
tools/Makefile.am
tools/bash-completion/vsh [new file with mode: 0644]