Skip to content

Instantly share code, notes, and snippets.

@tohagan
Created July 10, 2022 05:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tohagan/140068d3a8ce73e9de0785b73e42b0e0 to your computer and use it in GitHub Desktop.
Save tohagan/140068d3a8ce73e9de0785b73e42b0e0 to your computer and use it in GitHub Desktop.
urlencode using nodejs
alias urlencode='node --eval "console.log(encodeURIComponent(process.argv[1]))"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment