Jump to letter: [
023479ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python313-shtab - Automagic shell tab completion for Python CLI applications
- Description:
* What: Automatically generate shell tab completion scripts for
Python CLI apps
* Why: Speed & correctness. Alternatives like argcomplete and
pyzshcomplete are slow and have side-effects
* How: shtab processes an argparse.ArgumentParser object to generate
a tab completion script for your shell
Outputs tab completion scripts for bash, zsh and tcsh.
Packages