Skip to content

Instantly share code, notes, and snippets.

@halferty
Created April 28, 2017 17:55
Show Gist options
  • Select an option

  • Save halferty/5cde3212eebab2a982354bb39ee9c24b to your computer and use it in GitHub Desktop.

Select an option

Save halferty/5cde3212eebab2a982354bb39ee9c24b to your computer and use it in GitHub Desktop.
Unescape URLs quickly
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