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
- Host: GitHub
- URL: https://github.com/bitcodr/renamer
- Owner: bitcodr
- Created: 2020-12-16T12:25:52.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-16T13:22:47.000Z (about 5 years ago)
- Last Synced: 2025-01-30T17:38:52.003Z (about 1 year ago)
- Language: Go
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.