https://github.com/scorphus/plugin-pip
Oh-My-Fish pip plugin – a collection of Fish functions to aid interacting with `pip`
https://github.com/scorphus/plugin-pip
Last synced: about 1 year ago
JSON representation
Oh-My-Fish pip plugin – a collection of Fish functions to aid interacting with `pip`
- Host: GitHub
- URL: https://github.com/scorphus/plugin-pip
- Owner: scorphus
- License: mit
- Created: 2015-09-12T02:19:07.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T03:15:23.000Z (about 10 years ago)
- Last Synced: 2025-02-16T20:28:07.821Z (over 1 year ago)
- Language: Shell
- Size: 21.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## pip
Oh-My-Fish pip plugin – a collection of Fish functions to aid interacting with
`pip`:
- `pip-publish`: Show working dir status and publish a python package
- `pip-uninstall-all`: Uninstall all pip packages
- `pipf`: Alias to `pip freeze | less -XRF`
- `pipfg`: Alias to `pip freeze | grep -i foo`
- `piplg`: Alias to `pip list | grep -i foo`
Also, this plug-in brings a completion for pip.
### Install
```fish
$ omf install https://github.com/scorphus/plugin-pip
```
## License
[MIT](http://opensource.org/licenses/MIT) © [scorphus](https://github.com/scorphus)