Skip to content

netzmensch/sortCameraDump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

sort script for your canon dslr image and movie files V1.0

If you copy the content of your canon dslr sd/memory card, you get all files (jpg, raw, mov) in one folder. 

folder 
	+ img01.jpg
	+ img01.raw
	+ img02.mov
	+ img02.thm
	+ img03.jpg
	+ img03.raw

If you use xee or any other image viewer, browsing through this folder isn't very nice. It would be very nice, if every filetype is located in an own folder.

This little shell script parses the actual folder, create subfolders for your movies and raw images and move the files into the right folders.

result:

folder 
	+ movies
		+ img02.mov
		+ img02.thm
	+ raw
		+ img01.raw		
		+ img03.raw
	+ img01.jpg
	+ img03.jpg




About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages