No description
Find a file
2026-08-19 07:12:00 +10:00
.workflows remove build-source workflow 2026-07-29 07:11:00 +10:00
vendor clean up 2026-07-19 20:09:32 +10:00
.gitignore add more paths to gitignore 2026-07-28 06:39:32 +10:00
go.mod go mod tidy 2026-07-23 05:47:25 +10:00
go.sum go mod tidy 2026-07-23 05:47:25 +10:00
LICENSE Create LICENSE 2022-09-24 16:41:39 +10:00
main.go Add support for mtime 2026-08-19 07:11:12 +10:00
README.md bold warning 2026-07-21 08:31:16 +10:00
resolve.go fill out resolver map 2026-07-21 08:31:59 +10:00
resolve_test.go unit tests for resolve 2026-07-21 08:04:29 +10:00
Taskfile.yml Remove hash 2026-08-19 07:12:00 +10:00

pt

pt (photo transfer) transfers photos and videos from a source directory to a destination. The destination is based on template string.

example:

$ ./pt -source /media/camera/DCIM/100MSDCF -destination ~/photos/%YR/%YR%mmmR%dR-%HR%MmR%SsR%MSR.%EuP
transferred /media/camera/DCIM/100MSDCF/DSC09877.JPG to /home/rene/photos/2026/20260615-095208422.JPG
transferred /media/camera/DCIM/100MSDCF/DSC09878.JPG to /home/rene/photos/2026/20260615-095236463.JPG

warning: backup data before transferring

homepage: compounddata.com/projects/pt/