add completion info to readme
This commit is contained in:
@@ -8,7 +8,7 @@ multi-backend declarative package manager for Linux
|
|||||||
`pacdef` is available in the AUR [as stable release](https://aur.archlinux.org/packages/pacdef) or [development version](https://aur.archlinux.org/packages/pacdef-git), and on [crates.io](https://crates.io/crates/pacdef).
|
`pacdef` is available in the AUR [as stable release](https://aur.archlinux.org/packages/pacdef) or [development version](https://aur.archlinux.org/packages/pacdef-git), and on [crates.io](https://crates.io/crates/pacdef).
|
||||||
|
|
||||||
The AUR package will also provide completions for `zsh`.
|
The AUR package will also provide completions for `zsh`.
|
||||||
If you use the `crates.io` version you will need to copy the completion file to the right directory yourself.
|
If you use the `crates.io` version you can use `pacdef completion` to generate the completion file yourself -- you would then need to copy it to the right directory.
|
||||||
|
|
||||||
|
|
||||||
## Use-case
|
## Use-case
|
||||||
@@ -125,6 +125,7 @@ Usage on different machines:
|
|||||||
| `package clean` | remove all unmanaged packages |
|
| `package clean` | remove all unmanaged packages |
|
||||||
| `package review` | for each unmanaged package interactively decide what to do |
|
| `package review` | for each unmanaged package interactively decide what to do |
|
||||||
| `package search <regex>` | search for managed packages that match the search string |
|
| `package search <regex>` | search for managed packages that match the search string |
|
||||||
|
| `completion` | generate completion file for zsh |
|
||||||
| `version` | show version information |
|
| `version` | show version information |
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user