# tep
[](https://github.com/h0gan1ee/tep/pulls) [](https://crates.io/crates/tep) [](https://crates.io/crates/tep) [](https://github.com/h0gan1ee/tep/releases/latest) [](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.
<img width="800" alt="Screen Shot" src="https://user-images.githubusercontent.com/39949564/153745648-b667e6cd-5c45-481e-be69-ebae93fc7558.png">
## Installation
```sh
cargo install tep
```
## Command-line Usage
### Usage Overview
```
USAGE:
tep <input> [output]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
ARGS:
<input> Input file
<output> Output file, same as input file if not present
```
- `<>` means the argument is required, while `[]` means optional.