#chinese #traditional #simple #conversion

bin+lib s2tw

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

15 stable releases

1.0.15 Nov 4, 2022
1.0.14 Jul 21, 2022
1.0.13 Mar 18, 2022
1.0.12 Apr 22, 2021
1.0.2 Nov 28, 2018

#2201 in Command line utilities

Download history 1/week @ 2022-11-26 4/week @ 2022-12-03 16/week @ 2022-12-17 3/week @ 2022-12-24 3/week @ 2023-01-07 1/week @ 2023-01-14 4/week @ 2023-01-21 12/week @ 2023-01-28 18/week @ 2023-02-04 46/week @ 2023-02-11 32/week @ 2023-02-18 31/week @ 2023-02-25 1/week @ 2023-03-04 2/week @ 2023-03-11

66 downloads per month

MIT license

8KB
128 lines

s2tw

CI

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

Help

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] [ARGS]

ARGS:
    <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 information
    -V, --version    Print version information

License

MIT

Dependencies

~2.9–8MB
~133K SLoC