Project

irep

0.0
No commit activity in last 3 years
No release in over 3 years
A code searching and interactive replacing tool on CLI.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 2.0
>= 0
~> 12.3
~> 3.3

Runtime

 Project Readme

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