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

https://github.com/deseteral/photos-name-changer

Change photo file names to standardized format
https://github.com/deseteral/photos-name-changer

Last synced: about 2 months ago
JSON representation

Change photo file names to standardized format

Awesome Lists containing this project

README

        

# photos-name-changer

Renames all `jpg` and `jpeg` files in given directory to match my standard of naming photo files:

`IMG_20180716_202230.jpg`

It uses EXIF data (via `node-exif`) to extract the date when the photo was taken.

## Usage
```bash
photos-name-changer
```

## License
This project is licensed under the [MIT license](LICENSE).