Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srijanshetty/zsh-pip-completion
ZSH completions for pip
https://github.com/srijanshetty/zsh-pip-completion
autocomplete autocomplete-suggestions completions dotfiles-linux dotfiles-macos pip python zsh
Last synced: 25 days ago
JSON representation
ZSH completions for pip
- Host: GitHub
- URL: https://github.com/srijanshetty/zsh-pip-completion
- Owner: srijanshetty
- License: mit
- Created: 2015-04-22T13:03:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-22T13:03:50.000Z (over 9 years ago)
- Last Synced: 2024-04-16T16:22:41.472Z (7 months ago)
- Topics: autocomplete, autocomplete-suggestions, completions, dotfiles-linux, dotfiles-macos, pip, python, zsh
- Language: Shell
- Homepage:
- Size: 97.7 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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```shell
antigen bundle srijanshetty/zsh-pip-completion
```