Releases: jamke/qubes-completion
Releases · jamke/qubes-completion
v1.0.3
Change log:
- Improved
qvm-ls --fields
completion - Improved
qubesctl
completion - Tests were updated
- Minor code improvements
Installation:
- install
bash-completion
package indom0
:
sudo qubes-dom0-update bash-completion
- put bash script-file
qubes-completion.sh
that is attached to the release to/etc/bash_completion.d/
indom0
.
More details can be found in the README file.
v1.0.2
Change log:
- Add support for
qvm-backup
andqvm-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:
- install
bash-completion
package indom0
:
sudo qubes-dom0-update bash-completion
- put bash script-file attached to the release
qubes-completion.sh
to/etc/bash_completion.d/
indom0
.
More details can be found in the README file.
v1.0.1
Works great for me, feel free to try.
Installation:
- install
bash-completion
package indom0
:
sudo qubes-dom0-update bash-completion
- put bash script-file attached to the release
qubes-completion.sh
to/etc/bash_completion.d/
indom0
.
More details can be found in the README file.
v1.0.0-rc1
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:
- install
bash-completion
package indom0
:
sudo qubes-dom0-update bash-completion
- put bash script-file attached to the release
qubes-completion.sh
to/etc/bash_completion.d/
indom0
.
More details can be found in the README file.