Skip to content
This repository was archived by the owner on Mar 22, 2025. It is now read-only.

Latest commit

 

History

History
39 lines (34 loc) · 1.25 KB

File metadata and controls

39 lines (34 loc) · 1.25 KB

SortEx

Sort your files with EXIF data by date on directories

photo1.jpg              2024_05_14.jpg
photo2.png      to =>   2024_04_26.png
photo3.jpeg             2023_12_05.jpeg

Running

  • 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

Usage

* 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"🟢

The Screenshot

image

Thirdparty