4 stable releases
1.1.2 | Aug 27, 2024 |
---|---|
1.1.0 | Aug 7, 2024 |
1.0.0 | Aug 3, 2024 |
#688 in Command line utilities
6KB
92 lines
Url
- Simple program for basic url encoding and decoding
Installation
cargo install url-cli-tool
- Running the above command will globally install the url-cli-tool binary.
Usage
url [OPTIONS] [FILE]...
- you can also pipe the output of another command into url to encrypt (decrypt) its output
somecommand | url (-d)
Arguments
[FILE]... File to url-encode
Options
-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
Dependencies
~1.3–1.9MB
~35K SLoC