keesvv / morse

Decode morse code from stdin.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

morse

Decode morse code from stdin.

Example

$ echo ".... . .-.. .-.. ---" | morse; echo
HELLO

The trailing echo is needed for interactive use in shells in order to print the final newline.

Author

Kees van Voorthuizen

License

GPLv3

About

Decode morse code from stdin.

License:GNU General Public License v3.0


Languages

Language:Go 100.0%