Skip to content

Instantly share code, notes, and snippets.

View airflash's full-sized avatar

Andrii Shcherban airflash

View GitHub Profile
@tenbits
tenbits / exif-date-touch.js
Last active April 13, 2024 18:30
nodejs script to set a file modification date from EXIF
/**
* Change file modification time to the date from EXIF
*
* System Requirements:
*
* > npm install -g includejs
* > npm install -g exif
*
* Usage:
*