Skip to content

eli-front/urlx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

URLX

Easily decode and read url query parmas

urlx https://example.com?name=John%20Doe&age=30

Will output:

URL: https://example.com
name: John Doe
age: 30

Prerequisites

  • Rust and Cargo installed. You can install them from here.

Install

  1. Clone the repository
git clone https://github.com/eli-front/urlx
  1. Navigate to the project directory
cd urlx
  1. Build
cargo build --release
  1. Install
cargo install --path .

About

url query param explainer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages