Fec
Rename all files extension inside folder (including recursive folder).
Required:
-
ruby
1.9 or greater (see https://www.ruby-lang.org/en/installation ) -
rubygems
(included with ruby; see https://github.com/rubygems/rubygems )
Recommended:
-
rvm
for controlling your versions of ruby (see: https://github.com/rvm/rvm )
Installation
Install as you would any other ruby gem:
$ gem install fec
Using
Rename files extension inside folder
$ fec rename /path/to/folder -o old_extension -n new_extension
Check Fec version
$ fec -v (or `--version`)
Contributors
@CQBinh from AsianTech with love.
Contributing
- Fork https://github.com/CQBinh/fec
- Create your feature branch (
git checkout -b my-awesome-feature
) - Commit your changes (
git commit -m 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new pull request with a description of your changes
License
The gem is available as open source under the terms of the MIT License.