Skip to content

rjcarneiro/Rename-Photos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rename-Photos

A small command line utility to rename photos by their property Date Taken.

How it works

The utility just will search for .jpg files, extract their property called Date Taken and will rename the file.

Plus, it would add a 0000 sufix, in order that, if your have more than one picture taken at the same time, you don't have duplicated names.

Output

20180212-091102-0001.jpg
20180212-091102-0002.jpg
20180212-091106-0003.jpg

Usage

Carneiro.RenamePhotos.exe [path]

Parameters

  • Path: Sets the path where the jpg are. If not set, the current folder is used. (optional)

About

Rename a bunch of photos from the date taken

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages