Skip to content

DontPanicO/ifind

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ifind

A simple recursive tool to grep string from all files contained in a directory

Installation

  • Clone the repo:

  • Then run:

    • cd ifind
    • chmod +x ifind.py; OR chmod +x ifind.sh (if you have no python3 interpreter)
    • ln -s /path/to/ifind.py /usr/local/bin/ifind

Some Info

  • This is a very simple tool, that helped me when, at work or for personal reasons, I deal with big prjects that I don't know. In order to find imports and variables grep -Fr is all that you need, but the output can sometimes be too much. This tool, by default, provides a simple list of file where the string/regex is present. Anyway it includes options to display also line numbers or lines (as grep -Fr does).

About

A simple recursive tool to grep string from all files contained in a directory

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published