auto-rename-files
v1.0.4
Published
An application that can rename more than one file quickly with a choice of various case styles.
Downloads
2
Readme
Auto Rename Files v1.0.4
Feel tired when renaming multiple files one by one? calm down, this tool can help your day become easier and quickly!
Table of Contents
Style Case
- Camel Case
- Dot Case
- Kebab Case
- Lower Case
- Pascal Case
- Snake Case
- Upper Case
Installation
How to use
Arguments
| Name | Description | Default | |------|-------------|---------| | 'path' | Your files path directory | './' | | -case | Your style case | null |
Style Case Arguments
| Name | Syntax | |------|--------| | Camel Case | -cc | | Dot Case | -dt | | Kebab Case | -kc | | Lower Case | -lc | | Pascal Case | -pc | | Snake Case | -sc | | Upper Case | -uc |