Crates.io | s2tw |
lib.rs | s2tw |
version | 1.0.21 |
source | src |
created_at | 2018-10-22 11:31:08.268936 |
updated_at | 2024-08-11 12:52:27.492617 |
description | A simple tool for converting Simple Chinese to Traditional Chinese(TW). |
homepage | https://magiclen.org/s2tw |
repository | https://github.com/magiclen/s2tw |
max_upload_size | |
id | 91964 |
size | 22,093 |
A simple tool for converting Simple Chinese to Traditional Chinese(TW).
EXAMPLES:
s2tw # Convert each of input lines from Simple Chinese to Traditional Chinese
s2tw chs.txt cht.txt # Convert chs.txt (in Simple Chinese) to cht.txt (in Traditional Chinese)
s2tw a.chs.txt # Convert a.chs.txt (in Simple Chinese) to a.cht.txt (in Traditional Chinese)
Usage: s2tw [OPTIONS] [S_PATH] [TW_PATH]
Arguments:
[S_PATH] Assign the path of your Simple Chinese document. It should be a file path
[TW_PATH] Assign the path of your Traditional 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