A (quick) tagging utility
Essentially a utility/ tool to quickly tag specific filetypes.
Usage:
- Local operations:
rebrand -<filetype> -lf <tagname>
: append the tag to the front of each file (if it matches filetype)rebrand -<filetype> -lb <tagname>
: append the tag to the end of each file (if it matches filetype)
- Global operations:
rebrand -<filetype> -f<path> <tagname>
: append the tag to the front of each file (if it matches filetype) in the given directoryrebrand -<filetype> -b<path> <tagname>
: append the tag to the back of each file (if it matches filetype) in the given directory
rebrand -h
: Show a similar helptext
Examples:
rebrand -sprx -lf PS3
: Append the tag "PS3" to the front of each file in the current directory which has the.sprx
extension.rebrand -smali -bC:\AndroidApplicationRE Dalvik
: Append the tag "Dalvik" to the back of each file found in C:\AndroidApplicationRE which has the.smali
extension.
- Windows 10
It is advised to setup a folder where you can just drop utilities in and execute globally (= Add a folder to your env variable/ PATH so everything inside it is globally accessible)
Latest stable: HERE
This is licensed under MIT.