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