1.0.4 • Published 10 years ago

jgrep v1.0.4

Weekly downloads
2
License
MIT
Repository
github
Last release
10 years ago

jgrep

Recursive grep.

Getting Started

Install the module with: npm install jgrep

Examples

Search for something starting from current directory.

$ jgrep waldo

Search for something only in current directory.

$ jgrep waldo --norecurse

Search for something including even hidden dirs (eg: .git, .svn).

$ jgrep waldo --hidden

Search for something excluding some dirs.

$ jgrep waldo -i node_modules,logs

Case insensitive search starting from Foo's home directory.

$ jgrep waldo -p /Users/foo --nocase

Search for all terms (contained in a file) in files with specified extensions.

$ jgrep /Users/foo/terms.txt -p /Users/foo -e js,.json

License

Copyright (c) 2014 Mustafa Rizvi
Licensed under the MIT license.

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago