https://github.com/chaiyokung/auto-naming
Automatic rename all file to unique name in specific directory
https://github.com/chaiyokung/auto-naming
Last synced: 2 months ago
JSON representation
Automatic rename all file to unique name in specific directory
- Host: GitHub
- URL: https://github.com/chaiyokung/auto-naming
- Owner: ChaiyoKung
- Created: 2023-11-26T11:42:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-27T06:39:33.000Z (over 1 year ago)
- Last Synced: 2025-02-07T16:39:49.869Z (4 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Auto Naming
Automatic rename all file to unique name in specific directory
## How to use
```js
await renameAllFile('C:/Users/YourName/Desktop/TargetDir');// or dry run
await renameAllFile('C:/Users/YourName/Desktop/TargetDir', { dryRun: true });
```