Created
June 12, 2014 09:02
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl -sIL `pbpaste` | grep ^[lL]ocation | cut -c 11- | pbcopy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please explain how to use in KM? I am very poor knowledge for this.