You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 months ago | |
---|---|---|
src | 4 months ago | |
.gitignore | 4 months ago | |
Cargo.lock | 4 months ago | |
Cargo.toml | 4 months ago | |
LICENSE.md | 4 months ago | |
README.md | 4 months ago |
README.md
Small commandline tool for percent encoding/decoding url strings (or other data).
Building
cargo build --release
Usage
percode - 0.1.0
Percent encode url's
Usage:
percode [OPTIONS] [URL]...
Options:
-d, --decode Decode instead of encode
-h, --help Display this help menu
-v, --version Display program version