Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 694 Bytes

go-morse

Simple morse-to-text and text-to-morse converter.

Usage:

  • go build morseChat.go (Not needed if you are on mac. Use the binary file already present)
  • ./morseChat <code/text> where <code/text> can contain morse code as well as text. Input will be converted to the other format.

Note:

I built it as a small fun project to chat with my brother, so it made sense for me to also copy the converted Morse Code to clipboard for ease of use. This might not suit everybody :)

Additional Packages Used: