GitXplorerGitXplorer
d

zsh-pip-completion

public
4 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
cdd2ae38e56af5b3fe8ce41fe0a05448f1401721

Fixed completion of requirements file

ddgladkov committed 14 years ago
Unverified
6dde1a9f83f8374315941c75bbd98f9c0bf0db45

first commit

ddgladkov committed 14 years ago

README

The README file for this repository.

Advanced pip completion for zsh

Simple completion function that can complete PyPI package names.

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