tomnomnom / gf

A wrapper around grep, to help you grep for things
MIT License
1.77k stars 312 forks source link

There is no gf-completion.bash #64

Open famdude opened 2 years ago

famdude commented 2 years ago

Actually go get -u is no longer supported, so I tried to install the package using go install github.com/tomnomnom/gf@latest. But after installing the package, there is no directory src/github.com/tomnomnom/gf/examples in $GOPATH. So I can't complete installation and now can't use gf.

pdelteil commented 1 year ago

Hi there,

You should search for the file. This is easy if you use locate:

> sudo updatedb #update locate database
> locate  gf|grep tomnomnom|grep examples|head -n 1