3 A personal tool for monitoring for new photos synced from a phone via SyncThing and placing them into the real photos directory automatically.
5 Each photo's modification time is used to determine the year it was taken and it is copied to
`${target}/${year}/${filename}`.
7 A cache of seen files is maintained in
`~/.cache` so that files which are deleted from the target directory are not re-copied.
17 Install the binary in a location such as
`/usr/local/bin/photosorter`.
19 Copy the provided systemd template
`photosorter.service` to
`~/.config/systemd/user/` and edit the source path (
`-s`) and target path (
`-t`) to match your needs.
24 systemctl --user enable photosorter
25 systemctl --user start photosorter
31 journalctl --user-unit photosorter -f