You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Tait Hoyem 67a67f7070
Fix gettyburg formatting
5 years ago
.gitignore Fix gitignore 5 years ago
LICENSE Initial commit 5 years ago
Makefile Add install and uninstall 5 years ago
README Merge old readme changes 5 years ago
bible-kjv.txt Add more test files 5 years ago
gettysburg.txt Fix gettyburg formatting 5 years ago
morse.c Allow for unlimited buffer, it will only read 56k of data at a time, however 5 years ago

README

# Morse Code in C


### Options:

`--verbose` or `-v` will add the letter bring printed before the morse code (e.g. (C)-.-.)

`--slow` or `-s` will print each dash (-) and dot (.) with a delay inbetween them for effect. The dash delay is 3x that o the dot.

You can pipe data in to be morse codeified

### Limits:

Cannot currently convert from morse code back to letters.

### Tests:

`./morse < gettysburg.txt` should let you know if something went wrong.
It's quite a long passage in terms of what this program is meant to do, so if that woks, basically anything will.

## Behvaiour:

If any letters/numbers/symbols are not from the range [A-Za-z0-9] it simply will be ignored.
Only approved characters are dealt with.


### Install:

`make`
`make install`

Only installs in ~/.local/bin/
If this directory does not exist, I don't know what happens.

`make unisntall`
will remove the morse file at ~/.local/bin/morse