A code searching and interactive replacing tool on CLI.
$ gem install irep
# 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
Bug reports and pull requests are welcome on GitHub at https://github.com/shuuuuun/irep.
Copyright (c) 2017 shuuuuun
Released under the MIT license
http://opensource.org/licenses/mit-license.php