#chinese #traditional #simple #conversion

bin+lib tw2s

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

17 stable releases

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

#1821 in Command line utilities

Download history 2/week @ 2022-11-30 1/week @ 2022-12-14 18/week @ 2022-12-21 4/week @ 2022-12-28 2/week @ 2023-01-04 5/week @ 2023-01-11 5/week @ 2023-01-18 6/week @ 2023-01-25 6/week @ 2023-02-01 30/week @ 2023-02-08 42/week @ 2023-02-15 24/week @ 2023-02-22 35/week @ 2023-03-15

59 downloads per month

MIT license

8KB
129 lines

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

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

License

MIT

Dependencies

~2.9–8MB
~137K SLoC