Skip to content

Command line utility to organize images using EXIF metadata

Notifications You must be signed in to change notification settings

MatanSilver/imgsort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imgsort

Command line utility to organize images using EXIF metadata

This program recursively traverses a directory and moves all images to a fixed folder structure (YYYY/month/DD/file). To do this, I grab the date the image was created from the EXIF metadata. If this doesn't exist in the image, I move it to a default date (some time in 2000). Currently I only move files detected to be images, but I may add the ability to recognize other files.

In my cursory testing, I've found the program capable of fully traversing and organizing 290 mb of pictures in about 4 seconds.

About

Command line utility to organize images using EXIF metadata

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages