This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |