Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python's pip and pipenv completions #4448

Merged
merged 5 commits into from
Oct 5, 2017
Merged

Commits on Oct 4, 2017

  1. Add pip completion

     * We call native pip completion for fish if pip is installed
    cprieto committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    1a2a2e6 View commit details
    Browse the repository at this point in the history
  2. Add pipenv completion

     * We call pipenv native completion if pipenv is installed
    cprieto committed Oct 4, 2017
    Configuration menu
    Copy the full SHA
    e0a2279 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2017

  1. Applied changes as requested by @floam

     * Changed usage of `test (command -v)` for just `command -sq`
    cprieto committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    78ed58b View commit details
    Browse the repository at this point in the history
  2. Add completions for pip2/3

     * In some systems pip is not aliased and we have pip2 and pip3
     * In those cases, we just load the completions for those commands
    cprieto committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    86830ac View commit details
    Browse the repository at this point in the history
  3. Separate pip2/3 completions in their own file

     * As requested by @floam
    cprieto committed Oct 5, 2017
    Configuration menu
    Copy the full SHA
    0fb8053 View commit details
    Browse the repository at this point in the history