Crates.io | ewts-cli |
lib.rs | ewts-cli |
version | |
source | src |
created_at | 2024-11-19 23:41:31.443116 |
updated_at | 2024-12-11 13:07:40.217713 |
description | Converter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (cli) |
homepage | https://github.com/emgyrz/ewts-rs |
repository | https://github.com/emgyrz/ewts-rs |
max_upload_size | |
id | 1453996 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
CLI tool to convert text from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols
Fully compliant with the standard. See all rules on The Tibetan and Himalayan Library's site and tests on them here in rules_test.rs file.
It is part of set of apps/libs called ewts-rs. See more here
$ ewts --input "bkra shis bde legs/"
# བཀྲ་ཤིས་བདེ་ལེགས།
$ ewts --help
# ...
# Usage: ewts [OPTIONS] --input <INPUT>
#
# Options:
# -s, --source-type <SOURCE_TYPE> Type of input symbols [default: ewts] [possible values: ewts, unicode]
# -i, --input <INPUT> String to convert
# -h, --help Print help
# -V, --version Print version
# to convert file:
$ ewts -i "$(cat /path/to/your/file.txt)"
https://github.com/user-attachments/assets/28f62452-abf4-437f-b973-666a6a36403e
For now only with
cargo install ewts-cli