On Thu, 30 Jun 2022 at 11:07, 'Valentin Deleplace' via golang-nuts <
golang-nuts@googlegroups.com> wrote:

> Hello, is there a recommended way to achieve command line completion of
> the go command with Bash and Zsh?
> E.g.
> go te<TAB>  ->  go test
> go bui<TAB> -> go build
>
> I don't have that out-of-the-box, and the install page
> <https://go.dev/doc/install> doesn't mention it.
> I've seen a couple of 3rd party github repos for this, that have not been
> updated recently. Maybe one of them is good, I just haven't tried them yet!
>

I'm using and can recommend

https://github.com/zsh-users/zsh-completions

which seems actively maintained.

-- 
Steve Mynott <steve.myn...@gmail.com>
rsa3072/629FBB91565E591955B5876A79CEFAA4450EBD50

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/CANuZA8S-pefac-DNS0RcCLw9fhu36ENiqGCXRHukOKuUpFXJ3w%40mail.gmail.com.

Reply via email to