quikey icon indicating copy to clipboard operation
quikey copied to clipboard

Shell completion

Open bostrt opened this issue 4 years ago • 0 comments

Quikey is built on Python Click which supports shell completion:

$ eval "$(_QK_COMPLETE=source_bash qk)"
$ qk st<tabtab>
start   status  stop    

Quikey should make this clear to setup. Consider kubectl completion as example.

bostrt avatar Mar 13 '20 05:03 bostrt