romanpitak / find-in-files

Fast colorful multi-line recursive regex match in large files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Find In Files

  • multiline regex support
  • colorful output with line numbers and file names
  • can search very large files (probably)

Installation

If you have ~/bin in your $PATH it's as easy as:

git clone https://github.com/romanpitak/find-in-files
cd find-in-files
make home-install

and if you want colored output:

pip install termcolor

About

Fast colorful multi-line recursive regex match in large files.

License:MIT License


Languages

Language:Python 91.1%Language:Makefile 8.9%