DEV Community

Discussion on: the command line command that saves me hours per week

Collapse
 
keyboardinterrupt profile image
KeyboardInterrupt

Hi, if you love grep, you might find a tool like fzf or peco useful.
They are essentially an interactive grep that allows to fuzzy find what you are looking for.
The output of these tools can then be piped through other commands, just like you might do with grep :)