DoHy

A CLI for DotHyphen.

DotHyphen is a basic ASCII to Morse translator developed in Rust.

Usage

From source, using cargo:

bash dohy~ cargo run -- --translate "Hello world"

Using the binary:

bash ~ dohy --translate "Hello world" # Should print .... . .-.. .-.. --- / .-- --- .-. .-.. -..

Contributing

DoHy is a part of Samuel, a project focused on learning how to use Rust to build a crate that can be used from other languages and multiple environments.

Please read the contributing guidelines and the contributing documentation to contribute to DoHy.

Moreover, you can use the Samuel Github Discussions.

All help will be appreciated.