Percent-Encoding Command

CI Release MIT License Apache 2.0 License codecov

A command for percent-encoding conversion.

Installation

Build from source code

bash cargo install

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.

bash chmod +x pct

Then move it into you PATH, such as:

bash sudo mv pct /usr/local/bin