{"id":19403512,"url":"https://github.com/ekalinin/pip-bash-completion","last_synced_at":"2025-04-24T08:30:29.153Z","repository":{"id":8532201,"uuid":"10150126","full_name":"ekalinin/pip-bash-completion","owner":"ekalinin","description":"bash autocompletion for pip","archived":false,"fork":false,"pushed_at":"2020-07-31T11:58:33.000Z","size":9,"stargazers_count":80,"open_issues_count":0,"forks_count":19,"subscribers_count":10,"default_branch":"master","last_synced_at":"2025-04-03T01:33:57.139Z","etag":null,"topics":["autocompletion","bash","pip","virtualenv"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ekalinin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-05-19T02:46:26.000Z","updated_at":"2025-02-02T09:53:17.000Z","dependencies_parsed_at":"2022-07-21T14:32:20.755Z","dependency_job_id":null,"html_url":"https://github.com/ekalinin/pip-bash-completion","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalinin%2Fpip-bash-completion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalinin%2Fpip-bash-completion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalinin%2Fpip-bash-completion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ekalinin%2Fpip-bash-completion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ekalinin","download_url":"https://codeload.github.com/ekalinin/pip-bash-completion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250591858,"owners_count":21455447,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autocompletion","bash","pip","virtualenv"],"created_at":"2024-11-10T11:29:14.242Z","updated_at":"2025-04-24T08:30:28.635Z","avatar_url":"https://github.com/ekalinin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Pip Bash Completion\n===================\n\nBash autocompletion for [pip](https://github.com/pypa/pip).\n\n\n## Installation\n\nGlobal:\n\n    $ git clone https://github.com/ekalinin/pip-bash-completion.git\n    $ sudo cp ./pip-bash-completion/pip /etc/bash_completion.d/\n    $ . /etc/bash_completion.d/pip\n\n\nLocal:\n\n    $ ~/bash_completion.d\n    $ cp ./pip-bash-completion/pip ~/bash_completion.d/\n    $ echo \"\" \u003e\u003e ~/.bashrc\n    $ echo 'if [ -f \"$HOME/bash_completion.d/pip\" ] ; then' \u003e\u003e ~/.bashrc\n    $ echo '    . $HOME/bash_completion.d/pip' \u003e\u003e ~/.bashrc\n    $ echo \"fi\" \u003e\u003e ~/.bashrc\n    $ . ~/bash_completion.d/pip\n\n\n## Usage\n\n\nTo list pip's commands:\n\n    $ pip [TAB]\n    bundle     freeze     help       install    search     uninstall  unzip      zip\n\n\nTo complete command:\n\n    $ pip i[TAB]\n    $ pip install\n\n\nTo list pip's options for commands:\n\n    $ pip install -[TAB][TAB]\n    -b                     --download-cache=      -f                     -I                     --mirrors=             --pypi-url=            --source-directory=    --user\n    --build=               --download-dir=        --find-links           --ignore-installed     --no-dependencies      -q                     --src=                 -v\n    --build-dir=           --download-directory=  --find-links=          --index-url            --no-deps              --quiet                -t                     --verbose\n    --build-directory=     -e                     --force-reinstall      --index-url=           --no-download          -r                     --target=              --version\n    -c                     --editable             --global-option=       --install-             --no-index             --requirement=         --timeout=\n    -d                     --editable=            -h                     --install-option=      --no-install           -s                     -U\n    --default-timeout=     --exists-action=       --help                 --log=                 -p                     --source=              --upgrade\n    --download=            --extra-index-url=     -i                     -M                     --proxy=               --source-dir=          --use-mirrors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekalinin%2Fpip-bash-completion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fekalinin%2Fpip-bash-completion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fekalinin%2Fpip-bash-completion/lists"}