Skip to main content

Generate shell completions automatically

Project description

pycompgen

Automatically generate shell completions for Python tools installed via uv and pipx.

Currently, bash, zsh, and fish on Linux are supported. Also, only Python tools that use the click or argcomplete libraries are supported, besides some select commands:

  • uv
  • uvx

Installation

uv tool install pycompgen
# Or if you prefer pipx:
pipx install pycompgen

Usage

Run pycompgen to generate completions for all installed tools:

pycompgen

The tool will:

  1. Detect Python packages installed via uv tool and pipx as well as some select commands
  2. Analyze which ones support shell completions
  3. Generate completion files in ~/.cache/pycompgen/
  4. Create a source script to load all completions

Add the source script to your shell config:

# For bash: - add to ~/.bashrc:
source <(pycompgen --source) ; (pycompgen &)

# For zsh: - add to ~/.zshrc:
source <(pycompgen --shell zsh --source) ; (pycompgen --shell zsh &)

This will load the generated shell completions and generate new completions for the next time.

The fish shell will automatically read the completions generated by pycompgen in .cache/fish/generated_completions.

Options

  • --cache-dir PATH: Override the default cache directory
  • --force: Force regeneration of all completions
  • --shell: Target shell - bash, zsh, or fish (default: ${PYCOMPGEN_SHELL:-bash})
  • --verbose: Enable detailed output
  • --source: Only write the source file contents to stdout and exit
  • --cooldown-time: Minimum amount of seconds between regenerations

Development

Install development dependencies:

uv sync --group dev
uv run pre-commit install

Run tests:

uv run pytest

Run linting and formatting:

uv run ruff check src tests
uv run ruff format src tests
uv run mypy src

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pycompgen-0.4.0.tar.gz (31.1 kB view details)

Uploaded Source

File details

Details for the file pycompgen-0.4.0.tar.gz.

File metadata

  • Download URL: pycompgen-0.4.0.tar.gz
  • Upload date:
  • Size: 31.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.19

File hashes

Hashes for pycompgen-0.4.0.tar.gz
Algorithm Hash digest
SHA256 21ca75357e0f3d3be3faa2b1a2cf3810ca08aee5b632fcfd5558ae9028403216
MD5 83000f6f656cc59e7f55bdd2c211bdd5
BLAKE2b-256 d3932fadacc8f533bb2a7dc3580d2080924dcee17d3f3753110804ec790db8be

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page