https://github.com/manojpandey/morsy
morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)
https://github.com/manojpandey/morsy
beginner-friendly beginner-project decoder encoder go golang morse-code translator
Last synced: 3 months ago
JSON representation
morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)
- Host: GitHub
- URL: https://github.com/manojpandey/morsy
- Owner: manojpandey
- License: mit
- Created: 2017-07-21T17:40:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-22T13:32:41.000Z (almost 9 years ago)
- Last Synced: 2025-12-18T05:46:15.839Z (6 months ago)
- Topics: beginner-friendly, beginner-project, decoder, encoder, go, golang, morse-code, translator
- Language: Go
- Size: 2.93 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_ __ ___ ___ _ __ ___ _ _
| '_ ` _ \ / _ \| '__/ __| | | |
| | | | | | (_) | | \__ \ |_| |
|_| |_| |_|\___/|_| |___/\__, |
__/ |
|___/
# morsy
morse code translations direct from your terminal (.... --- .-- / -.-. --- --- .-..)
## Installation
```
go get github.com/manojpandey/morsy/morsy
```
### Usage -- CLI
```
$ morsy "HELLO WORLD"
> .... . .-.. .-.. --- / .-- --- .-. .-.. -..
$ morsy ".... . .-.. .-.. --- / .-- --- .-. .-.. -.."
> HELLO WORLD
```
### Suggestions
> Please create a new issue
### Contributions
> Please send a PR :-)
### LICENSE
[MIT](https://github.com/manojpandey/morsy/blob/master/LICENSE)