Skip to content

kisakov/grepity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grepity

Small analog for grep utility

Installation

Install it from RubyGems.org:

$ gem install grepity

Or install it from GitHub.com:

$ git clone [email protected]:kisakov/grepity.git
$ rake install

Usage

Run grepity for grep text from file

Usage: grepity text file [OPTIONS]
Example: grepity localhost /etc/hosts

Common options:
    -i, --ignorecase                 ignore case sensivity
    -w, --word                       match only full wordmatch
    -l, --line                       show line numbers
    -h, --help                       Help screen

Screenshot

Tests

Use rake test to run tests

Contributing

  1. Fork it ( https://github.com/kisakov/grepity/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Ensure all tests passed (rake test)
  4. Commit your changes (git commit -am 'Add some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create a new Pull Request

About

Small analog for grep utility

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages