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
- Host: GitHub
- URL: https://github.com/deseteral/photos-name-changer
- Owner: Deseteral
- License: mit
- Created: 2018-07-16T18:27:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-16T19:56:59.000Z (almost 7 years ago)
- Last Synced: 2025-01-05T16:08:57.439Z (4 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).