Skip to content

Instantly share code, notes, and snippets.

View BenjaminBrandmeier's full-sized avatar

Benjamin Brandmeier BenjaminBrandmeier

View GitHub Profile
@BenjaminBrandmeier
BenjaminBrandmeier / ghostty
Last active October 3, 2025 10:23
my ghostty config
# ==============================
# LOOK & FEEL
# ==============================
theme = Ghostty Default Style Dark
cursor-style = block
cursor-style-blink = false
window-padding-y = 10
window-padding-x = 10

Last updated: 2017-03-18

Searching for Files

Find images in a directory that don't have a DateTimeOriginal

exiftool -filename -filemodifydate -createdate -r -if '(not $datetimeoriginal) and $filetype eq "JPEG"' .

###Output photos that don't have datetimeoriginal to a CSV### Note this can take a long time if you have a lot of jpgs