An open API service indexing awesome lists of open source software.

https://github.com/shuuuuun/irep

A code searching and interactive replacing tool on CLI.
https://github.com/shuuuuun/irep

gem ruby

Last synced: about 1 month ago
JSON representation

A code searching and interactive replacing tool on CLI.

Awesome Lists containing this 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