Skip to content

Instantly share code, notes, and snippets.

View f18m's full-sized avatar
🌍

Francesco Montorsi f18m

🌍
View GitHub Profile
@f18m
f18m / exif_propagate_geotag.sh
Created April 11, 2025 22:23
Edit EXIF geotag for many photos at once
#!/bin/bash
# Bash script to copy geotag information from an image file to (many) other image files.
#
# TODO as improvement use exiftool Docker
# see https://hub.docker.com/r/davidanson/exiftool/tags
# to ensure we run the latest version
# TODO rewrite this in golang integrating an handy file picker e.g. from https://github.com/charmbracelet/bubbles