Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 835 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 835 Bytes

urlEncoder

URL encoder written in c

Usage: urlEncode [OPTION...] input
simple URL encoder

  -a, --escape_all           escape all characters including alphabet and
                             digits
  -d, --delimiter=STRING     use STRING as delimiter between encoded string characters
  -i, --input_file=FILE      input file instead of standard input
  -o, --output_file=FILE     output file instead of standard output. NOTE that
                             if the output file exists, it will be overwritten
  -?, --help                 Give this help list
      --usage                Give a short usage message
  -V, --version              Print program version

Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.

Report bugs to <ghostmhbr@gmail.com>.