Skip to content

Instantly share code, notes, and snippets.

@AliAmazone
Forked from sh1n0b1/urldecode.sh
Created August 30, 2021 04:30
Show Gist options
  • Save AliAmazone/f83fe4f0f6000553b460c133b19a170a to your computer and use it in GitHub Desktop.
Save AliAmazone/f83fe4f0f6000553b460c133b19a170a to your computer and use it in GitHub Desktop.
URL decode one-liner command
alias urldecode='python -c "import sys, urllib as ul; print ul.unquote_plus(sys.argv[1])"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment