Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 694 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 694 Bytes

MorseGo

MorseGo is written by golang. It is a simple command line for converting Morse Code or text.

What Morse Code?

How to use it

This is able to convert from words to morse code, or convert from morse code to words.

./morse
Usage of morse:
    convert -morse string
        morse code to text ex) morse convert -morse '. .-  . .-'
    convert -text string
        Text to morse code ex) morse convert -text 'a b'

There are results about running morse.

go run morse.go convert -text 'abc d' -morse '.- -... -.-.  -..'


converted text : .- -... -.-.  -..  
converted morse code : abc d