ewts-cli

Crates.ioewts-cli
lib.rsewts-cli
version0.1.3
created_at2024-11-19 23:41:31.443116+00
updated_at2024-12-11 13:07:40.217713+00
descriptionConverter from EWTS (Extended Wylie Transliteration Scheme) to Tibetan Unicode symbols (cli)
homepagehttps://github.com/emgyrz/ewts-rs
repositoryhttps://github.com/emgyrz/ewts-rs
max_upload_size
id1453996
size10,815
Max Z (emgyrz)

documentation

README

ewts-cli

Crates.io Version

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

Example:

$ 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)"

Usage

https://github.com/user-attachments/assets/28f62452-abf4-437f-b973-666a6a36403e

Installation

For now only with

cargo install ewts-cli
Commit count: 44

cargo fmt