No commit activity in last 3 years
No release in over 3 years
replace_recursive --help
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.1

Runtime

>= 0.19.1
 Project Readme

Welcome to Replace Recursive

Replace recursive text in path (directories and files) or files (text into file)

Getting Started

From rubygems:

gem install replace_recursive

From source code:

git clone git@github.com:vgsantoniazzi/replace_recursive.git
cd replace_recursive
gem build --verbose replace_recursive.gemspec
gem install replace_recursive-version.gem

Usage

Commands:
  replace_recursive help [COMMAND]                                           # Describe available commands or one specific command
  replace_recursive path f, --find=FIND p, --path=PATH r, --replace=REPLACE  # Replace all occurrencies of --find by --replace in path (file and folder names)
  replace_recursive text f, --find=FIND p, --path=PATH r, --replace=REPLACE  # Replace all occurrencies of --find by --replace in files (Text in files)

Contributing

I ❤️ Open source!

Follow github guides for forking a project

Follow github guides for contributing open source

License

Gem is released under the MIT license.