clink-completions
clink-completions copied to clipboard
Completion files to clink util
I don't know if it's possible or if this even is the right place to be requesting it but there are a lot of autocomplete integrations for pythons argument parser...
It would be nice to have completions for [sudo](https://github.com/lukesampson/psutils) - it's a PowerShell script somewhat mimicking what `sudo` does on UNIX-like systems (shows UAC prompt if you have that set...
Docker client is popular tool that now available on Windows: https://docs.docker.com/windows/step_one/ It comes with bash completion file: https://github.com/docker/docker/blob/master/contrib/completion/bash/docker
Is it possible to make a completion script that will scan for Makefile targets and provide autocompletion for them? I've tried reading the Clink docs and some of the scripts...
Right now, when adding filenames to the `git checkout` completions, all files are included. Usually one is only interested in checking out a file that is tracked by the repository...
[Click](http://click.pocoo.org/6/) is "a Python package for creating beautiful command line interfaces in a composable way with as little code as necessary". There is a [click-completion](https://github.com/click-contrib/click-completion) project that provides support for...
Now the git merge command auto complete with local branches instead of all branches. Will you consider change it to auto complete with all branches so that it behaves just...