grepy

A grep clone

MIT License

Stars
5

Grepy

A Python clone of Grep.

Install

You can install grepy from PyPI like any other package:

pip install grepy

To get the last version:

pip install git+https:/github.com/UltiRequiem/grepy

If you use Linux, you may need to install this with sudo to be able to access the command throughout your system.

Usage

Same as Grep:

grepy "String to grep" file_to_grep.py

License

Grepy is licensed under the MIT License.