Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.22 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.22 KB

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