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

https://github.com/bitcodr/renamer

A simple files and folders renaming tool
https://github.com/bitcodr/renamer

Last synced: 11 months ago
JSON representation

A simple files and folders renaming tool

Awesome Lists containing this project

README

          

# Simpel Renaming tool

* Install

> install Go
>
> git clone https://github.com/bitcodr/renamer.git

> cd renamer

> go build

* Run

> ./renamer folderPath filesExtension afterWord

* For example
> ./renamer /var/www/project/dir java class

The above command will rename all of the files with suffix `java` recursively in the folder `/var/www/project/dir` and all of the subfolders to the word after the word given in the command which is in here `class` and also will keep the same suffix in the command

---

- Will be updated for new features and improvements...
- Pull requests are welcome.