Skip to content

Instantly share code, notes, and snippets.

@dmpop
Last active July 4, 2016 19:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmpop/de2ffc8f6ba3c0cd532b4391f3570211 to your computer and use it in GitHub Desktop.
Save dmpop/de2ffc8f6ba3c0cd532b4391f3570211 to your computer and use it in GitHub Desktop.
Convert latitude and longitude values to digiKam-compatible format
#!/bin/bash
latlon="geo:"$(xclip -o | tr -d ' ')
notify-send $latlon -i info
echo $latlon | xclip -selection c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment