1 unstable release

0.1.0 Mar 22, 2023

#210 in Internationalization (i18n)

MIT license

4KB
65 lines

Taunucm

About

Command line utility maunucm (pronounced "typist") is made for parcing russian text and converting it to ascii characters in a style made famous by early SMS typing practices and Counter Strike usernames. Why? Because.

Usage

Accepts stdin, outputs to stdout. Supports Russian characters. If you want any additional cyrillic characters, too bad modify to your liking.

Examples

$ echo 'Русский кулхацкер' | maunucm
Pycckuu kyJIxau,kep

Simple dmenu script to convert on the fly:

#!/bin/sh
dmenu | maunucm | xclip -selection clipboard

No runtime deps