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.
- Host: GitHub
- URL: https://github.com/shuuuuun/irep
- Owner: shuuuuun
- Created: 2017-06-24T07:57:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T15:37:16.000Z (almost 7 years ago)
- Last Synced: 2026-02-15T01:13:00.590Z (5 months ago)
- Topics: gem, ruby
- Language: Ruby
- Homepage:
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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