
A little TUI for updating exif data in photos
I like to have Make and Model information available in film scans, and use exiftool for this. I have a lisp function in Emacs that does this, but sometimes I’d like to do it from a terminal instead. So I asked Claude for help. The result was camera-exif-tui. It’s a tiny Go app that launches a TUI that allows me to select a make/model and a folder full of image files. It calls exiftool and updates the images with the selected camera info. ...