>_ZSH-PIP-DESCRIPTION-COMPLETION
pip install <TAB> with version + description. All functionality of the OMZ pip completion plus a live pip search-backed completer for pip install. The descriptions in the zsh menu show the package version and short description.
Install
# Zinit
zinit ice lucid nocompile
zinit load MenkeTechnologies/zsh-pip-description-completion
# Oh My Zsh
git clone https://github.com/MenkeTechnologies/zsh-pip-description-completion \
"$HOME/.oh-my-zsh/custom/plugins/zsh-pip-description-completion"
# then: plugins+=(zsh-pip-description-completion)
# Manual
git clone https://github.com/MenkeTechnologies/zsh-pip-description-completion
source zsh-pip-description-completion/zsh-pip-description-completion.plugin.zsh
Examples
pip install <TAB> # live remote completion: shows version + description pip install requests=<TAB> # version completion pip uninstall <TAB> # locally installed packages pip <TAB> # subcommand completion
Sibling plugins
Part of the MenkeTechnologies zsh plugin family — the MenkeTechnologiesMeta umbrella:
- zsh-better-npm-completion — cache-aware
npm installcompletion - zsh-cargo-completion — live
cargo add/cargo installcompletion - zsh-cpan-completion — live MetaCPAN
cpan/cpanmcompletion - zsh-dotnet-completion — dotnet CLI completion
- zsh-expand — spacebar expansion (11,683 tests)
- zsh-gem-completion — ruby
gem installremote completion - zsh-git-acp — 159 git aliases + add/commit/push keybindings
- zsh-git-repo-cache — index every git repo on disk
- zsh-learn — MySQL-backed learning collection / quiz
- zsh-more-completions — 33,175-file mega completion corpus
- zsh-nginx — nginx commands + service-wrapper aliases
- zsh-sed-sub — in-place sed substitution on the command line
- zsh-sudo — ESC ESC to prepend sudo
- zsh-xcode-completions — xcodebuild / xcrun / swift completion