/meowrse

script that converts (and translates) cat code into morse code and vice versa.

Primary LanguageC

meowrse

meowrse is a script that converts (and translates) cat code into morse code and vice versa, such that a meow represents a dot (".") and a rawr represents a dash ("-").

Installing

$ sudo curl -L -o /usr/local/bin/meowrse https://github.com/salatine/meowrse/releases/download/latest/meowrse && sudo chmod +x /usr/local/bin/meowrse

Examples

cat code to morse code

$ meowrse meow-to-morse "meow meow"
. .

morse code to cat code

$ meowrse morse-to-meow ". ."
meow meow

cat code to characters

$ meowrse meow-to-characters "meow meow"
ee

characters to cat code

$ meowrse characters-to-meow "e e"
. .

If you forget any command, you can always use the help command:

$ meowrse --help


Build

$ make