A click extension to support shell completion for PowerShell 7
Project description
PS>
click-pwsh
A click extension to support shell completion for PowerShell 7.
This extension is written based on click 8.x (i.e., the rewritten click's completion system). Be aware of your click version before using it.
Hope it can provide smooth experiences for Windows users. d(`・∀・)b
Installation
You can get the package from PyPI:
PS> pip install click-pwsh
Quickstart
Add the following code at the top of your script:
from click_pwsh import support_pwsh_shell_completion
support_pwsh_shell_completion()
And run the following command to install the shell completion:
PS> python -m click_pwsh install foo-bar
Complete.
where foo-bar
is your command name.
Then ... all done. Re-open PowerShell 7 and enjoy the shell completion!
Update Shell Completion Scripts
If you upgrade click-pwsh, you can use the following command to update your shell completion scripts:
PS> python -m click_pwsh update foo-bar
Complete.
where foo-bar
is your command name whose shell completion scripts have already installed before.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for click_pwsh-0.9.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bfd8d455b72b53db1b7ae2bafaa888fa5afd709daf37919fbabb16bc556bcfa8 |
|
MD5 | 098b0cfc4941e7fb4b13689304835fad |
|
BLAKE2b-256 | e4c956a02650b8072147704f7b4eee948449198db9c789a79dba8a51384e5db1 |