Reorganise gists folder

This commit is contained in:
TKE
2022-05-13 12:49:21 +02:00
parent 7e58a88410
commit da8d015af0
98 changed files with 63 additions and 20 deletions
+4
View File
@@ -0,0 +1,4 @@
#!/bin/bash
picture="${1}"
url="https://www.google.com/maps/place/$(exiftool -ee -p '$gpslatitude, $gpslongitude' -c "%d?%d'%.2f"\" ${picture} 2> /dev/null | sed -e "s/ //g" -e "s/?/%C2%B0/g")"
firefox -p work "$url"