tomnomnom / gf

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

gf checking all over the system files for requested pattern #66

Open daman-preet-singh opened 2 years ago

daman-preet-singh commented 2 years ago

let's say we done like this:

echo/curl 'http://example.com/assets/app.js' | gf strings

now, it should only look for strings in app.js file. but gf will search for strings all over the system.

zy9ard3 commented 2 years ago

Can anyone have solution for the above @daman-preet-singh mentioned issue

I'm also experiencing the same

heydc7 commented 2 years ago

Same issue. Any solution yet?