urldecode: Decode percent-encoded strings.

[ bsd3, program, text ] [ Propose Tags ]

Pass a list of percent-encoded strings to the executable as arguments and it will print the decoded versions, separated by newlines.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.0.0.0, 1.0.0.1, 1.0.0.2
Dependencies base (>=4 && <5), network (>=2 && <3) [details]
License BSD-3-Clause
Copyright (c) 2012 Benedict Eastaugh
Author Benedict Eastaugh
Maintainer benedict@eastaugh.net
Category Text
Home page https://github.com/beastaugh/urldecode
Source repo head: git clone git://github.com/beastaugh/urldecode.git
Uploaded by BenedictEastaugh at 2012-06-26T16:08:16Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables urldecode
Downloads 2375 total (11 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Successful builds reported [all 7 reports]

Readme for urldecode-1.0.0.2

[back to package description]

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"
/.
./