Skip to content

Xonsh shell tab completion for python applications based on click

License

Notifications You must be signed in to change notification settings

Granitosaurus/xonsh-click-tabcomplete

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Xonsh shell tab completion for python applications based on click

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages