Productivity
A completion manager in PowerShell for better and simpler use and management of completions. It can also be used in Windows PowerShell. Manage completions together and switch between languages (zh-CN, en-US) freely. The completion tab can be dynamically sorted by frequency of use, and the complete content can be customized by modifying the JSON file. It is recommended to modify only the completion prompt description to avoid accidental errors. To overwrite customizations, avoid using "psc update" and use "psc update" if there are problems.
If you find this project helpful, please consider giving it a star ⭐.
Install-Module PSCompletions
Import-Module PSCompletions
echo "Import-Module PSCompletions" >> $PROFILE
to your profile so you don't have to import the module every time you open PowerShell.Available Completions:
psc add git
Uninstall the PSCompletions module: Uninstall-Module PSCompletions
Completions | Source |
---|---|
PSCompletions | PSCompletions - Module completion |
git | Git - Version control system |
wsl | WSL - Windows Subsystem for Linux |
docker | Docker - Container Application Development |
scoop | Scoop - Software Manager |
choco | Choco (Chocolatey) - Software Manager |
volta | Volta - Accessible JavaScript Tool Manager |
nvm | NVM - Node Version Manager |
pnpm | PNPM - Package Manager |
npm | NPM - Package Manager |
yarn | Yarn - Package Manager |
chfs | Chfs (CuteHttpFileServer) |
python | Python - A programming language |
... | ... |