1.0.9 • Published 7 years ago

searchthe v1.0.9

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.1

7 years ago