Skip to content

Colin6618/searchthe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Search the

Small utility to searches target files recursively to find the desired string.

Installation

npm install -g searchthe

searchthe

searchthe <string> from <ext>



// search "hello" string in js files under current path, u can specify css or md ... any extension name.
searchthe hello from js 

// search "world" string in all files under current path
searchthe world from all 

It must be search xx from yy or search xx in yy formation and the command above searches target files recursively to find the desired string, output the source file and the text which the string occurs in to stdout!

License

MIT

About

A tool to searches target files recursively to find the desired string.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published