Hanashiko
51d0e0aa1d
docs(pip): add explanation for aliases ( #13103 )
10 months ago
Neil Girdhar
cc5100d1e9
feat(pip): add several aliases ( #10647 )
3 years ago
pomatory
0066280c3e
fix(pip): fix `pipupall` error with `freeze` format ( #11280 )
3 years ago
WH-2099
2acb3071ca
fix(pip): don't overwrite `requirements.txt` in internal commands ( #10061 )
4 years ago
Oluwafemi Sule
eec34b32fa
fix(pip): use `pip3` in `pip3 uninstall` completion ( #10271 )
4 years ago
Carlo Sala
79531f7013
feat(pip): alias `pip` to `pip3` if pip is missing ( #10431 )
4 years ago
Sagar Yadav
960483b76b
feat(pip): add alias for updating all requirements via pip ( #9965 )
...
* feat(plugins): add alias for pip commands
* feat(plugins): updated README.md and add alias
5 years ago
Goose
1617f4ffaf
pip: move plugin cache to XDG folder ( #9299 )
6 years ago
Dan D'Avella
e42683b8c5
pip: add local Python package files to completion ( #7442 )
6 years ago
Sukin Kumar K
51f0eaad61
Add README for thor and pip plugins ( #8185 )
7 years ago
Ryan Greenblatt
d0b29ff0b3
pip: fix no such file or directory error ( #7916 )
...
Zsh may be configured such that ">>" will error if the file doesn't exist (`setopt noclobber`).
7 years ago
Fabricio Biazzotto
e83b70f28b
pip: fix indexes URL ( #6986 )
...
Fixes #6981 .
7 years ago
yongxin SHI
a7fb55cf13
add pip --user ( #6470 )
8 years ago
Diego Said Anaya Mancilla
ac8915d43f
Update pip plugin to last stable release ( #5472 )
...
Update pip plugin to last stable release
10 years ago
Kevin Ndung'u
deadc369bf
Disable zsh file globbing when running pip ( #5348 )
10 years ago
Fenhl
82d557a84e
Add pip2 and pip-2.7 support to pip plugin
12 years ago
Fenhl
89a5075528
Add pip3 completion support to pip plugin
12 years ago
William Roe
7a94b76019
Add completion for pip install -r - so that it autocompletes requirements filenames
12 years ago
chuancong
e41b6acd2a
Add support to command "show"
12 years ago
aph
4d3fb286d8
fix pip plugin
12 years ago
Brandon W Maister
008e57aa5a
Make the pip cache work with djangopypi2
...
Also add a test function that allows messing with the cache-creating
regex with some assurance that you're not trampling other people's
index-parsing.
13 years ago
Brandon W Maister
78df6e96f5
pip: successfully cache all the packages
...
Switch to using curl and regular expressions to generate a local cache
file so that we don't need to hit pypi.python.org every time.
This (obviously) results in a massive speed improvement, especially if
you spawn new shells frequently.
This also makes the autocompletion work for me, it didn't before. (pip
would always time out.)
And, also, for fun: This allows you to explicitly set which pip indexes
to use. Technically the old version of the plugin should have had this
behavior automatically -- without having to do more than configure pip
-- but the install completion never worked for me so this is a net gain
in functionality.
13 years ago
Brandon W Maister
e4d0b2b385
Improve pip plugin options support
...
* -r, --record now looks for a local file instead of trying to cache
the entire package index
* add --editable because it's useful
* add --single-version-externally-managed because it is too long
* add --record and --root because they're required by
--single-version-externally-managed
13 years ago
William Roe
c9c021478e
Add completion for pip install -r - so that it autocompletes requirements filenames
14 years ago
Max Persson
5eae942188
Added message when caching packages
14 years ago
Max Persson
1c4997f5ca
Added caching of packages
14 years ago
Max Persson
42b0123427
Added brute force package completin on install subcommand
14 years ago
Pat Regan
6bf906a262
Optimize plugin loading so that only one call to compinit is required
15 years ago
Pat Regan
993e05da50
Replace redundant calls to compinit with a single call.
15 years ago
Daniel Schauenberg
7936bbbd5a
adapt brew,gem,pip plugin to new structure
16 years ago