complete icon indicating copy to clipboard operation
complete copied to clipboard

bash completion written in go + bash completion for go command

Results 26 complete issues
Sort by recently updated
recently updated
newest added

This PR adds support for auto-completion of file paths starting `..` Signed-off-by: anmolbabu

Add tests for different shells (maybe in a container) that install a demo app and verify that completion work.

Shells like `zsh` and `fish` support specifying descriptions of suggestions. Would be amazing if you could implement support for this, e.g. ## `zsh` ![image](https://user-images.githubusercontent.com/8544900/40326738-45b69b3e-5d38-11e8-84e0-130cd3162fed.png) * [**example #1**](https://github.com/git/git/blob/master/contrib/completion/git-completion.zsh#L165) --- ### `fish`...

enhancement
help wanted

Terraform cannot include PowerShell autocompletion sort because they use your library and they believe your library does not offer support for PowerShell completion. [From TerraForm GitHub issue:](https://github.com/hashicorp/terraform/issues/29125#issuecomment-876821644) >Terraform's tab-completion is...

The way of installation for Golang addin was changed. Hense, I updated the README. Related Issue: https://github.com/posener/complete/issues/149

Now, the way of installation of Golang's pacage is as follow. ``` go install github.com/posener/complete/v2/gocomplete@latest ``` Can I modify a README of this repository?