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

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

Awesome Lists containing this project

README

          

# fire

[![Codacy Badge](https://api.codacy.com/project/badge/Grade/e60111b6d7e1466bae1eb8e22a7ce5d4)](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 |