FileSort is a tool for classifying files based on date(other classifiers coming soon). I made this tool for sorting the photos from my Dropbox "Camera Uploads" folder. Usually that folder gets pretty big and I like to have my photos organized in the following structure
|Root folder ├── year │ └── month │ └── day │ └── pic1.jpg │ └── pic2.jpg
Here's how my Dropbox looks:
dotnet tool install --global file-sort
-r|--recursive Recursive search -d|--working-directory The directory to search -u|--use-multiple-classifiers Use multiple classifiers -i|--interval year/month/day/hour -m|--move-to-root Move all files to root -?|-h|--help Show help information
file-sort -i=month
file-sort -i=day -r
file-sort -i=day -u -i
file-sort -m