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

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

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 });
```