Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roneetkumar/renamer
Build a tool used to rename files with a common pattern.
https://github.com/roneetkumar/renamer
go golang regular-expression rename-files tool
Last synced: about 2 months ago
JSON representation
Build a tool used to rename files with a common pattern.
- Host: GitHub
- URL: https://github.com/roneetkumar/renamer
- Owner: roneetkumar
- Created: 2020-05-16T09:49:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T09:51:22.000Z (over 4 years ago)
- Last Synced: 2024-04-17T02:11:59.399Z (9 months ago)
- Topics: go, golang, regular-expression, rename-files, tool
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Renamer
Build a tool used to rename files with a common pattern. Eg we might want to take many files with names like “Dog (1 of 100).jpg”, “Dog (2 of 100).jpg”, … and rename them to “Dog_001.jpg”, “Dog_002.jpg”