Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 450 Bytes

README.markdown

File metadata and controls

18 lines (13 loc) · 450 Bytes

ruby-grep

ruby-grep is an enhancement over the standard unix grep utility.

  • Highlights found patterns in lines
  • Outputs line numbers and filenames
  • Carefully indents the output

Usage

ruby-grep dir_name (string | regexp)

TODO

  1. This program is too slow cause written in ruby, rewrite back-end so that it uses original grep

![Screenshot](https://github.com/alekstkach/ruby-grep/raw/master/ruby-grep screenshot.png)