# Percent-Encoding Command
[](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ACI)
[](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ARelease)
[](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT)
[](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-APACHE)
[](https://codecov.io/gh/jtr109/percent-encoding-command)
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](https://github.com/jtr109/percent-encoding-command/releases). 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
```