Sukin Kumar K 51f0eaad61 Add README for thor and pip plugins (#8185) 4 年之前
..
README.md 51f0eaad61 Add README for thor and pip plugins (#8185) 4 年之前
_pip a7fb55cf13 add pip --user (#6470) 6 年之前
pip.plugin.zsh d0b29ff0b3 pip: fix no such file or directory error (#7916) 5 年之前

README.md

pip plugin

This plugin adds completion for pip, the Python package manager.

To use it, add pip to the plugins array in your zshrc file:

plugins=(... pip)

pip cache

The pip plugin caches the names of available pip packages from the PyPI index. To trigger the caching process, try to complete pip install, or you can run zsh-pip-cache-packages directly.

To reset the cache, run zsh-pip-clear-cache and it will be rebuilt next the next time you autocomplete pip install.