Discover, install, and configure shell plugins with Fig Plugin Store →
⌨️

Zsh Pip Completion

ZSH completions for pip

srijanshetty
|
21 stars
3 forks

Advanced pip completion for zsh

Simple completion function that can complete PyPI package names.

Installation

Manual Installation

  1. Copy _pip file into ~/.zshfuncs folder.
  2. Add this folder to your functions path before loading completion in your ~/.zshrc.

Example:

# completion
fpath=(~/.zshfuncs $fpath)
autoload -U compinit
compinit

Antigen

  1. Just run the following command
antigen bundle srijanshetty/zsh-pip-completion