gf
gf copied to clipboard
A wrapper around grep, to help you grep for things
When running some script like ``` find /var/www/jsrecon/links/ -maxdepth 3 -name "waybackurl*" -print0 | while IFS= read -r -d '' file; do gf potential $file ; done ``` you will...
Hello @tomnomnom awesome lib! Super useful and applicable to so many things! I was wondering what you think about the idea to allow for folders in `~/.gf/` - this way...
Im using Oh-my-zsh shell. Installed gf. But autocomplete is not working **Commands i used,** `go get -u github.com/tomnomnom/gf` **Added these lines in .zshrc,** ``` export GOPATH="/Users/gopikrishna/go" alias gf="$GOPATH/bin/gf" source $GOPATH/src/github.com/tomnomnom/gf/gf-completion.zsh...
I am by no means a go developer or I would submit a pull request / prototype for this request. It would be nice to have a way to pass...
This PR adds a stream mode to gf. There are use cases where I want gf piped between commands. For example when working on a large dataset where I only...
As much as I wish I knew how to do this, I know you do! https://github.com/foospidy/GrepBugsRules/blob/master/rules.json Would it be easy to incorporate the regex rules in this json file easily?...
based on EdOverflow can-i-take-over-xyz
Hi, I think it can be helpful for finding hidden API endpoints in a lot of cases.
Would you be interested in a PR that allowed multiple flags? For example, it might be useful to specify include or exclude flags which don't have the short hand arguments....