Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.
/ order-my-files Public archive

Very simple application written in Go to order all the files in a folder. It creates <YYYY>_<MM> sub-folders based on modification dates of the existing files. The application creates the folders and moves the files to them. I originally wrote this to order my photos and as an exercise to start programming in Go. This versions only works in Linu…

Notifications You must be signed in to change notification settings

antonroman/order-my-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

order-my-files

Very simple application written in Go to order all the files in a folder. It creates YYYY_MM subfolders based on modification dates of the existing files. The application creates the folders and moves the files to them. I originally wrote this to order my photos and as an exercise to start programming in Go.

How to execute: go run order-my-files.go <absolute path>

About

Very simple application written in Go to order all the files in a folder. It creates <YYYY>_<MM> sub-folders based on modification dates of the existing files. The application creates the folders and moves the files to them. I originally wrote this to order my photos and as an exercise to start programming in Go. This versions only works in Linu…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages