photo-mover-go

command module
v1.0.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 18, 2026 License: GPL-3.0 Imports: 11 Imported by: 0

README

photo-mover-go

Transfer and organize photos into photo library

SD card/
├─ DSC001.jpg
├─ DSC002.jpg
├─ DSC003.jpg
└─ DSC004.jpg

becomes

photos/
├─ 2026-5-12/
│ ├─ DSC001.jpg
│ └─ DSC002.jpg
└─ 2026-2-9/
  ├─ DSC003.jpg
  └─ DSC004.jpg

Get it

3 options:

Download it from the Releases tab, unzip it and run it like any other program

Install it (assuming you have go installed)

go install github.com/BradPatras/photo-mover-go

Build it yourself (assuming you have go installed)

# after cloning this repo
cd photo-mover-go
go install

Run it

# call it without arguments/flags to get the interactive experience
photo-mover-go

# or use the `move` argument and pass in the source/destination via flags
photo-mover-go move -source DCIM/ -destination ~/Pictures

I mainly just wanted to try making something with Go. So far I like it!

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL