tep

Crates.iotep
lib.rstep
version0.2.4
sourcesrc
created_at2022-02-13 07:18:45.20491
updated_at2022-09-18 05:54:13.932598
descriptionA blazingly fast command-line tool for converting Chinese punctuations to English punctuations.
homepagehttps://github.com/h0gan1ee/tep
repositoryhttps://github.com/h0gan1ee/tep
max_upload_size
id531661
size30,354,613
Hogan Lee (h0gan1ee)

documentation

README

tep

PR Welcome crates.io downloads release build

Rust package on crates.io

A blazingly fast command-line tool for converting Chinese punctuations to English punctuations.

tep follows The Chicago Manual of Style, except apostrophes.

Screen Shot

Installation

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.
Commit count: 57

cargo fmt