Tab completion for python applications based on click cli framework.
This tab completion utilises generic --help messages of click
framework
to create command, subcommand and flag tab completion for any application
that uses this framework.
Installation via PIP:
pip install xonsh-click-tabcomplete
or you can clone the repo via pip for the latest version
pip install git+<this repo url>
To automatically load vox completion at startup, put
xontrib load click_tabcomplete
in your ~/.xonshrc
file.