Skip to content

Releases: jamke/qubes-completion

v1.0.3

19 Aug 12:33
53fb450
Compare
Choose a tag to compare

Change log:

  • Improved qvm-ls --fields completion
  • Improved qubesctl completion
  • Tests were updated
  • Minor code improvements

Installation:

  1. install bash-completion package in dom0:
    sudo qubes-dom0-update bash-completion
  2. put bash script-file qubes-completion.sh that is attached to the release to /etc/bash_completion.d/ in dom0.

More details can be found in the README file.

v1.0.2

02 Aug 15:16
c3fb6b5
Compare
Choose a tag to compare

Change log:

  • Add support for qvm-backup and qvm-backup-restore
  • Update all basic tests
  • Remove third-party code
  • Avoid qube completion with dom0 for some unsuitable cases
  • Add submodules of BATS
  • Improve README
  • Minor typo fixes and improvements

Installation:

  1. install bash-completion package in dom0:
    sudo qubes-dom0-update bash-completion
  2. put bash script-file attached to the release qubes-completion.sh to /etc/bash_completion.d/ in dom0.

More details can be found in the README file.

v1.0.1

01 Jul 05:29
211d875
Compare
Choose a tag to compare

Works great for me, feel free to try.

Installation:

  1. install bash-completion package in dom0:
    sudo qubes-dom0-update bash-completion
  2. put bash script-file attached to the release qubes-completion.sh to /etc/bash_completion.d/ in dom0.

More details can be found in the README file.

v1.0.0-rc1

26 Jun 17:38
22c6b45
Compare
Choose a tag to compare

First public version.

Works great for me, but was not tested by third-party, so almost certainly has issues that will be easy to notice.
Nonetheless, feel free to try, it's awesome.

Installation:

  1. install bash-completion package in dom0:
    sudo qubes-dom0-update bash-completion
  2. put bash script-file attached to the release qubes-completion.sh to /etc/bash_completion.d/ in dom0.

More details can be found in the README file.