Created
April 28, 2017 17:55
-
-
Save halferty/5cde3212eebab2a982354bb39ee9c24b to your computer and use it in GitHub Desktop.
Unescape URLs quickly
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
| alias unescape='ruby -e "require \"uri\";puts URI::unescape ARGV[0]"' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment