Easily decode and read url query parmas
urlx https://example.com?name=John%20Doe&age=30Will output:
URL: https://example.com
name: John Doe
age: 30
- Rust and Cargo installed. You can install them from here.
- Clone the repository
git clone https://github.com/eli-front/urlx- Navigate to the project directory
cd urlx- Build
cargo build --release- Install
cargo install --path .