clink icon indicating copy to clipboard operation
clink copied to clipboard

Git branch completion

Open wald-tq opened this issue 7 years ago • 3 comments

I am working on a git branch completion:

https://gist.github.com/wald-tq/0f274c3dd561dd8f0f7189c65b825f55

It is still work in progress, but maybe you are interested in integrating it. It features a branch autocompletion for clink:

git checkout pri<TAB>dev<TAB>A

expands to

git checkout private/develA

wald-tq avatar Jun 20 '17 17:06 wald-tq

+1

Oxicode avatar Jun 13 '18 14:06 Oxicode

Let us know when you have something working :)

sleepyhollo avatar Dec 12 '18 12:12 sleepyhollo

I'm not working on it anymore

wald-tq avatar Dec 14 '18 07:12 wald-tq