| Crates.io | url-cli-tool |
| lib.rs | url-cli-tool |
| version | 1.1.2 |
| created_at | 2024-08-03 14:26:56.806994+00 |
| updated_at | 2024-08-27 19:22:35.887095+00 |
| description | Simple program for basic url encoding and decoding |
| homepage | https://github.com/hafihaf123/rust-cli-tools/tree/main/url |
| repository | https://github.com/hafihaf123/rust-cli-tools/tree/main/url |
| max_upload_size | |
| id | 1324356 |
| size | 13,875 |
cargo install url-cli-tool
url [OPTIONS] [FILE]...
somecommand | url (-d)
[FILE]... File to url-encode
-d, --decode Decode mode
-o, --output <OUTPUT> Save the output to a file
-s, --string <STRING> Url-encode a string instead of a file (cannot be used together with the [FILE] argument)
-h, --help Print help
-V, --version Print version
url 1.1.2