jazzband/pip-tools

[advice] pip-{compile,sync} have completions, why not add some document about it to README.md?

Closed

#1,702 opened on Oct 13, 2022

 (3 comments) (1 reaction) (0 assignees)Python (670 forks)batch import
docsgood first issue

Repository metrics

Stars
 (8,008 stars)
PR merge metrics
 (PR metrics pending)

Description

See https://click.palletsprojects.com/en/8.1.x/shell-completion/#enabling-completion.

_PIP_SYNC_COMPLETE=zsh_source pip-sync |sudo tee /usr/share/zsh/site-functions/_pip-sync
_PIP_COMPILE_COMPLETE=zsh_source pip-compile |sudo tee /usr/share/zsh/site-functions/_pip-compile

Contributor guide