clink-completions icon indicating copy to clipboard operation
clink-completions copied to clipboard

Completion files to clink util

Results 36 clink-completions issues
Sort by recently updated
recently updated
newest added

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...

feature-request
needs investigation
help wanted

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...

enhancement
needs investigation

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

feature-request
help wanted

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...

feature-request

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...

enhancement
coming soon

[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...

enhancement
coming soon