Skip to content

Latest commit

 

History

History
46 lines (38 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (38 loc) · 1.16 KB

echowo

Bash echo like with string uwufication.
Based on echowo and written in Crystal.

Build nya!

Myake sure you have Crystal instawwed, then:

$ git clone https://github.com/joseafga/echowo.git
$ cd echowo

# make
# make install

Remembew: you can use DESTDIR=/path/to/dest to specify anothew instawwation directowy or run directly from ./bin/echowo

Now you can execute echowo

Usage :3

echowo [OPTIONS] [ARG ...]

The available options are:

-v, --version            show version
-n                       do not append a newline
-e                       enable interpretation of backslash escapes
-E                       disable interpretation of backslash escapes
-h, --help               show help
-n                       Do not append a newline

Examples rawr!

~$ echowo hello world
^w^ hewwo wowld huoooh...
~$ echowo this is reallys useless
owo this is reawwys useless nyu...
~$ echowo -n without newline option
nya! without newline option ^w^~$ echowo "really cool"
rawr! reawwy cool huoooh...
~$ echowo -e "\a\e \x42 \0123 hello \U1f618 \\\\ \""
owo B S hewwo 😘 \ " huoooh...