https://github.com/rhaeguard/fire
a tiny file renaming utility
https://github.com/rhaeguard/fire
file-renaming golang utility
Last synced: 30 days ago
JSON representation
a tiny file renaming utility
- Host: GitHub
- URL: https://github.com/rhaeguard/fire
- Owner: rhaeguard
- Created: 2020-08-26T21:36:33.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T21:15:22.000Z (almost 6 years ago)
- Last Synced: 2025-12-19T20:19:14.619Z (6 months ago)
- Topics: file-renaming, golang, utility
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fire
[](https://app.codacy.com/manual/MensurOwary/fire?utm_source=github.com&utm_medium=referral&utm_content=MensurOwary/fire&utm_campaign=Badge_Grade_Dashboard)
a tiny **fi**le **re**naming utility
| command | what it does |
| ------------------------------------ | --------------------------------------------------------------------------- |
| fire (FROM_PATTERN) (TO_PATTERN) | renames files from one pattern to another |
| fire -f (FROM_PATTERN) (TO_PATTERN) | renames files from one pattern to another |
| fire -d (FROM_PATTERN) (TO_PATTERN) | renames directories from one pattern to another |
| fire -df (FROM_PATTERN) (TO_PATTERN) | **NOT READY YET** renames files and directories from one pattern to another |