proxy.golang.org : github.com/dsnet/gotab
GoTab is helper program that provides information for tab completion on the Go command. To install: This program works by taking advantage of the built-in complete command for bash. The complete command above informs bash to call gotab for suggestions anytime tab completion is used on the go binary. When gotab is called by bash, it will be provided with the environment variables COMP_LINE and COMP_POINT where COMP_LINE contains the user's current command line and COMP_POINT points to the location of the user's cursor. This program ignores any characters in COMP_LINE that lies beyond COMP_POINT.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/dsnet/gotab
Keywords:
bash-completion
, command-line-tool
, go
License: BSD-3-Clause
Latest release: almost 9 years ago
First release: almost 9 years ago
Namespace: github.com/dsnet
Stars: 11 on GitHub
Forks: 2 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: about 1 month ago