# tep [![PR Welcome](https://img.shields.io/badge/PR-Welcome-yellow)](https://github.com/h0gan1ee/tep/pulls) [![crates.io](https://img.shields.io/crates/v/tep)](https://crates.io/crates/tep) [![downloads](https://img.shields.io/crates/d/tep)](https://crates.io/crates/tep) [![release](https://img.shields.io/github/v/release/h0gan1ee/tep)](https://github.com/h0gan1ee/tep/releases/latest) [![build](https://img.shields.io/github/workflow/status/h0gan1ee/tep/Rust)](https://github.com/h0gan1ee/tep/actions/workflows/rust.yml) [Rust package on crates.io](https://crates.io/crates/tep) A blazingly fast command-line tool for converting Chinese punctuations **t**o **E**nglish **p**unctuations. `tep` follows [_The Chicago Manual of Style_](https://www.chicagomanualofstyle.org/home.html), except apostrophes. Screen Shot ## Installation ```sh cargo install tep ``` ## Command-line Usage ### Usage Overview ``` USAGE: tep [output] FLAGS: -h, --help Prints help information -V, --version Prints version information ARGS: Input file Output file, same as input file if not present ``` - `<>` means the argument is required, while `[]` means optional.