gf icon indicating copy to clipboard operation
gf copied to clipboard

A wrapper around grep, to help you grep for things

Results 55 gf issues
Sort by recently updated
recently updated
newest added

- Adds support for binary releases (pre-compiled packages) with goreleaser - Add release-test.yml and release-binary.yml GitHub workflows - Add release.yml This fixes https://github.com/tomnomnom/gf/issues/86 Once this is merged, simply push a...

In resource-constrained environments we sometimes cannot afford to install full-blown Go + build packages with it: good practice is to have pre-packaged binary releases for each platform like https://github.com/projectdiscovery/httpx/releases. See...

go get is depercated, use go install instead. also the directories created by go changed

**ipv6.json** Add a not so beautiful IPV6 regex. **toxid.json** Add regex to grep for TOX ( https://tox.chat) IDs

Add go.mod for module `gf`

**Use the latest version command if you face the error:** go install github.com/tomnomnom/gf@latest

I have reached this error whenever i tried tab to auto complete `touch test.txt|gf gf: command not found touch |gf gf: command not found ` I am pretty sure that...

example: cat urls | gf xss sqli ssrf | anew output.txt

@tomnomnom I have the last version installed with `go install github.com/tomnomnom/gf@latest` , found the example and the zsh script folder and added just like before (i am installing in a...

just did a small change