jtr109 / percent-encoding-command

A command for percent-encoding conversion.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Percent-Encoding Command

Crates.io License CI Release codecov

A command for percent-encoding conversion.

Installation

Build from source code

cargo install --path .

Download a Binary Distribution

You can download it from the release page. The binary is built on Ubuntu.

Don't forget to change the access permission of the binary.

chmod +x pct

Then move it into you PATH, such as:

sudo mv pct /usr/local/bin

About

A command for percent-encoding conversion.

License:Apache License 2.0


Languages

Language:Rust 100.0%