morrsse

Crates.iomorrsse
lib.rsmorrsse
version0.1.1
sourcesrc
created_at2021-02-27 12:19:17.168205
updated_at2022-01-03 12:36:35.35984
descriptionRemake of BSD's `morse`
homepagehttps://github.com/acheronfail/morrsse
repositoryhttps://github.com/acheronfail/morrsse
max_upload_size
id361358
size11,932
(acheronfail)

documentation

README

morrsse

BSD's morse but with more rs!

Install

cargo install morrsse

Usage

# As arguments
morrsse "one phrase" "another phrase" "SMS" "galaga"
# As STDIN
echo "one phrase" "another phrase" "SMS" "galaga"  | morrsse
# See help for more options
morrsse --help
Commit count: 3

cargo fmt