url-cli-tool

Crates.iourl-cli-tool
lib.rsurl-cli-tool
version1.1.2
sourcesrc
created_at2024-08-03 14:26:56.806994
updated_at2024-08-27 19:22:35.887095
descriptionSimple program for basic url encoding and decoding
homepagehttps://github.com/hafihaf123/rust-cli-tools/tree/main/url
repositoryhttps://github.com/hafihaf123/rust-cli-tools/tree/main/url
max_upload_size
id1324356
size13,875
(hafihaf123)

documentation

README

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

Commit count: 0

cargo fmt