Skip to content

Instantly share code, notes, and snippets.

@Zettt
Created June 12, 2014 09:02
Show Gist options
  • Save Zettt/88ef3112c04ebecf475b to your computer and use it in GitHub Desktop.
Save Zettt/88ef3112c04ebecf475b to your computer and use it in GitHub Desktop.
Expand short URL from clipboard. Works with Keyboard Maestro, TextExpander, Alfred, LaunchBar, you name it.
curl -sIL `pbpaste` | grep ^[lL]ocation | cut -c 11- | pbcopy
@glotra
Copy link

glotra commented Feb 20, 2021

Please explain how to use in KM? I am very poor knowledge for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment