euarel

A CLI tool for URL percent-encoding and percent-decoding text.


 .gitignore     |   2 +-
 CMakeLists.txt |  57 ++++-
 LICENSE        |  21 ++-
 README.md      |  24 ++-
 build.sh       |  35 +++-
 env.sh         |   3 +-
 install.sh     |  33 +++-
 src/euarel.cc  |  96 +++++++-
 src/euarel.hh  |  14 +-
 src/main.cc    | 152 ++++++++++++-
 src/parg.hh    | 760 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
 11 files changed, 1197 insertions(+)
Back to Top