Skip to content

beastaugh/urldecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

urldecode

urldecode is a tiny command-line tool to decode percent-encoded strings, i.e. those including strings like %2F replacing /.

To use it, just pass any number of space-separated strings to the program and it will print the decoded versions to standard out, separating them with newlines.

$ urldecode "%2F%2E" "%2E%2F"
/.
./

About

Command line tool to decode percent-encoded strings.

Resources

License

Stars

Watchers

Forks

Packages

No packages published