Crates.io | maunucm |
lib.rs | maunucm |
version | 0.1.0 |
source | src |
created_at | 2023-03-22 11:21:48.962953 |
updated_at | 2023-03-22 11:21:48.962953 |
description | Russian Counter Strike nickname generator |
homepage | |
repository | https://github.com/impossibletea/maunucm |
max_upload_size | |
id | 816944 |
size | 4,556 |
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.
Accepts stdin
, outputs to stdout
. Supports Russian characters. If you want
any additional cyrillic characters, too bad modify to your liking.
$ echo 'Русский кулхацкер' | maunucm
Pycckuu kyJIxau,kep
Simple dmenu script to convert on the fly:
#!/bin/sh
dmenu | maunucm | xclip -selection clipboard