Crates.io | emojofy |
lib.rs | emojofy |
version | 0.2.0 |
source | src |
created_at | 2018-03-30 20:19:01.573543 |
updated_at | 2018-03-30 20:19:01.573543 |
description | Easily make your text a e s t h e t i c or otherwise :b: etter |
homepage | https://gitlab.com/KevinMGranger/emojofy |
repository | |
max_upload_size | |
id | 58255 |
size | 6,601 |
Easily make your text a e s t h e t i c or otherwise :b: etter
cargo install emojofy
emojofy 0.2.0
USAGE:
emojofy [OPTIONS] <words>...
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-a, --after <after> The string to put after each character, with an underscore in between it and the
character
-b, --before <before> The string to put before each character, with an underscore in between it and the
character
-p, --prefix <prefix> The string to literally put before each character
-s, --suffix <suffix> The string to literally put after each character
-w, --word-separator <word_sep> The string to separate each word with [default:
]
ARGS:
<words>...
EXAMPLES:
$ emojofy -w ' ' aesthetic words
a e s t h e t i c w o r d s
$ emojofy -b hacker hackerman
:hacker_h: :hacker_a: :hacker_c: :hacker_k: :hacker_e: :hacker_r: :hacker_m: :hacker_a: :hacker_n:
$ emojofy -s wide squernch
:swide: :qwide: :uwide: :ewide: :rwide: :nwide: :cwide: :hwide:
tr
and printf
better, so you can mix styles.