tw2s

Crates.iotw2s
lib.rstw2s
version1.0.19
sourcesrc
created_at2018-10-22 11:01:54.043864
updated_at2023-11-13 14:22:57.848111
descriptionA simple tool for converting Traditional Chinese(TW) to Simple Chinese.
homepagehttps://magiclen.org/tw2s
repositoryhttps://github.com/magiclen/tw2s
max_upload_size
id91959
size19,723
Magic Len (Ron Li) (magiclen)

documentation

README

tw2s

CI

A simple tool for converting Traditional Chinese(TW) to Simple Chinese.

Help

EXAMPLES:
tw2s                   # Convert each of input lines from Traditional Chinese to Simple Chinese
tw2s cht.txt chs.txt   # Convert cht.txt (in Traditional Chinese) to chs.txt (in Simple Chinese)
tw2s a.cht.txt         # Convert a.cht.txt (in Traditional Chinese) to a.chs.txt (in Simple Chinese)

Usage: tw2s [OPTIONS] [TW_PATH] [S_PATH]

Arguments:
  [TW_PATH]  Assign the path of your Traditional Chinese document. It should be a file path
  [S_PATH]   Assign the path of your Simple Chinese document. It should be a file path

Options:
  -f, --force    Force to output if the output file exists
  -h, --help     Print help
  -V, --version  Print version

License

MIT

Commit count: 28

cargo fmt