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

gleich/Light-Speed-Sorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

36 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Light-Speed-Sorting

Take all of your files sort them into folders based off the year, month, and day that they were created. Written in golang so its super fast.

πŸ“‚ Example

Before

.
└── file.txt

After

.
└── 2020
    └── June
        └── Thursday-4th
            └── file.txt

πŸš€ Install

Golang

go get github.com/Matt-Gleich/Light-Speed-Sorting

Homebrew (MacOS or Linux)

brew install Matt-Gleich/homebrew-taps/light-speed-sorting

Usage

Just run light-speed-sorting to sort the current directory. Run light-speed-sorting --help for more information.