Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 691 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 691 Bytes

Irep

A code searching and interactive replacing tool on CLI.

Installation

$ gem install irep

Usage

# Search and interactive replace text from current directory recursively.
$ irep before after

# Search and replace text with some options.
$ irep OPTIONs before after

# Display help.
$ irep --help
Usage: irep [options]
        --[no-]replace
        --path VAL

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/shuuuuun/irep.

License

Copyright (c) 2017 shuuuuun
Released under the MIT license
http://opensource.org/licenses/mit-license.php