Skip to content

Simple little command line for converting Morse Code written in Go

Notifications You must be signed in to change notification settings

hellworld-io/morseGo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Simple little command line for converting Morse Code written in Go

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages