GitHunt

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

Languages

Shell100.0%

Contributors

MIT License
Created April 22, 2015
Updated August 3, 2025
srijanshetty/zsh-pip-completion | GitHunt