Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 405 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 405 Bytes

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>