photo1.jpg 2024_05_14
photo2.png to => 2024_04_26
photo3.jpeg 2023_12_05
- run it with go from terminal
go run .
- compile it with go from terminal
mkdir build
go build -o build
- download it with releases page
* colors means compatible arguments with each other - oranges with oranges, yellows with yellows, red and green only themself
- help
-h --help
🔴 - sort files in current dir
-c --current
🟠 - sort files in specific dir
-d --determined "/home/user/media"
🟡 - select the path where the files will be sorted
-s --save "/home/user/sorthere
🟠🟡 - should files without data be transferred? (true by default)
-m --move-no-data false
🟠🟡 - undo changes if something went wrong
-b --restore-backup "/home/user/mydir/31_7_2024-21_30_4-backup.sfbackup"
🟢