Organizing photos by geolocation from the command line

Fri 21 June 2024

Want to organize your photos by gps/geolocation, but don't feel like dealing with a slow GUI app?

That's ok, you can do it from the command line!

precision=2
for file in *.jp*g
do
    coord=$(exiftool -c "%.${precision}f" "$file" |grep GPS.Position |sed 's/^[^:]*:[[:space:]]*//')
    dir="gps …

Category: QuickPost
Tags: Computing   Informal post   Linux   Non-religious post   Productivity   QuickPost   Unix Tips  

Read More

Time

Sat 13 April 2024

I was chilling out at the parking lot of In-N-Out after having lunch there (because the weather is pretty nice today), but decided to go to a local library to have a nice desk in front of me and do some reading/writing.

I asked the Oracle at Googlii (via …

Category: Life
Tags: ADHD   Life   Non-religious post   Non-technical post   Philosophy  

Read More
Page 13 of 17

« Prev Next »