Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kutyel/morse
🀄️A morse translator in Haskell!
https://github.com/kutyel/morse
haskell-book haskell-cli haskell-exe morse morse-code morse-codes
Last synced: 15 days ago
JSON representation
🀄️A morse translator in Haskell!
- Host: GitHub
- URL: https://github.com/kutyel/morse
- Owner: kutyel
- License: bsd-3-clause
- Created: 2019-05-21T06:59:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T11:34:13.000Z (about 5 years ago)
- Last Synced: 2024-11-01T05:08:53.177Z (2 months ago)
- Topics: haskell-book, haskell-cli, haskell-exe, morse, morse-code, morse-codes
- Language: Haskell
- Size: 4.88 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# morse
🀄️ A morse translator in Haskell!
## Usage
Translate to morse...
```sh
$ echo 'hi' | stack exec morse to
.... ..
```...or from morse!
```sh
$ echo '.... ..' | stack exec morse from
hi
```