Granitosaurus / xonsh-click-tabcomplete

Xonsh shell tab completion for python applications based on click
GNU General Public License v3.0
3 stars 0 forks source link

xonsh-click-tabcomplete

Tab completion for python applications based on click cli framework.


PyPi version PyPi license PyPi license

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

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>

Configuration

To automatically load vox completion at startup, put

xontrib load click_tabcomplete

in your ~/.xonshrc file.