srijanshetty / zsh-pip-completion

ZSH completions for pip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

ZSH completions for pip

License:MIT License


Languages

Language:Shell 100.0%