# Percent-Encoding Command [![CI](https://github.com/jtr109/percent-encoding-command/workflows/CI/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ACI) [![Release](https://github.com/jtr109/percent-encoding-command/workflows/Release/badge.svg)](https://github.com/jtr109/percent-encoding-command/actions?query=workflow%3ARelease) [![MIT License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-MIT) [![Apache 2.0 License](https://img.shields.io/crates/l/percent-encoding-command)](https://github.com/jtr109/percent-encoding-command/blob/master/LICENSE-APACHE) [![codecov](https://codecov.io/gh/jtr109/percent-encoding-command/branch/master/graph/badge.svg?token=TWDD8V3LJG)](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 ```