4.1.0 • Published 5 years ago

meaw-cli v4.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

meaw-cli

A CLI of meaw. outputs Unicode East Asian Width (EAW) properties of given characters.

Installation

npm i -g meaw-cli

Usage

meaw [options] [string...]
$ meaw AあЯ
Na
W
A

Verbose mode (-V or --verbose)

Outputs the characters itself in addition to the EAW properties.

$ meaw AあЯ --verbose
A	Na
あ	W
Я	A

Seperator can be specified by -S or --separator (default is a tab character).

$ meaw AあЯ --verbose --separator ","
A,Na
あ,W
Я,A

Standard input

If no arguments are given, it reads characters from the standard input.

$ echo -n "AあЯ" | meaw
Na
W
A

License

MIT License

Author

Susisu (GitHub, Twitter)

4.1.0

5 years ago

4.0.0

5 years ago

2.0.0

6 years ago

1.0.1

7 years ago

1.0.0

7 years ago