An open API service indexing awesome lists of open source software.

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`

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)






## 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)