url-parser-cli

Parse a URL, get one or all components pretty-printed or as JSON. Uses url underneath.

crates.io version ISC-licensed chat on gitter support me on Patreon

Note: I'm a Rust beginner, so the code might be unelegant. 🙈

Note: This utility has been rewritten in Rust, checkout url-parser-cli.

Installing

shell cargo install chunked_transfer_cli

You can also download a binary from the releases page.

Usage

```txt Parse a URL, get one or all components pretty-printed or as JSON.

Usage: urlparsercli [OPTIONS] [BASE_URL]

Arguments: URL to parse [BASE_URL] base URL to parse from

Options: -j, --json print output as JSON -p, --pretty print multi-line output -h, --help Print help -V, --version Print version ```

Related

Contributing

If you have a question or have difficulties using url-parser-cli, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.