A CLI tool to organize files by extension into subdirectories.
go run main.go /path/to/messy/directoryOrganizes files by their extensions:
.txtfiles go totxt/folder.jpgfiles go tojpg/folder- etc.
Before:
downloads/
document.pdf
photo.jpg
song.mp3
After:
downloads/
pdf/document.pdf
jpg/photo.jpg
mp3/song.mp3