Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rewired-gh/tep
A blazingly fast tool for converting to English punctuations
https://github.com/rewired-gh/tep
cli command-line command-line-tool converter punctuation rust text
Last synced: 2 months ago
JSON representation
A blazingly fast tool for converting to English punctuations
- Host: GitHub
- URL: https://github.com/rewired-gh/tep
- Owner: rewired-gh
- License: bsd-3-clause
- Created: 2022-02-13T07:01:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-18T05:56:51.000Z (over 2 years ago)
- Last Synced: 2024-05-21T09:23:07.599Z (8 months ago)
- Topics: cli, command-line, command-line-tool, converter, punctuation, rust, text
- Language: Rust
- Homepage:
- Size: 326 KB
- Stars: 9
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - tep - A blazingly fast tool for converting to English punctuations (Rust)
README
# 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.
## Installation
```sh
cargo install tep
```## Command-line Usage
### Usage Overview
```
USAGE:
tep [output]FLAGS:
-h, --help Prints help information
-V, --version Prints version informationARGS:
Input file
Output file, same as input file if not present
```- `<>` means the argument is required, while `[]` means optional.