Crates.io | speller |
lib.rs | speller |
version | 0.1.0 |
source | src |
created_at | 2024-06-23 09:48:19.792088 |
updated_at | 2024-06-23 09:48:19.792088 |
description | CLI tool for phonetic spelling |
homepage | |
repository | https://github.com/francescofarina/speller |
max_upload_size | |
id | 1281098 |
size | 29,134 |
Speller is a Rust-based command-line application that helps users spell words using the phonetic alphabet of different languages.
You can install and use Speller through cargo
by running the following command:
cargo install speller
To install Speller, you need to have Rust and Cargo installed on your machine. Follow these steps:
git clone https://github.com/francescofarina/speller.git
cd speller
cargo build
cargo run
Upon starting the application, you will be prompted to enter a word to spell. Type the word and press Enter. The application will then display the phonetic spelling of the word in the configured language. You can change the language or exit the application by using the special commands \l
and \q
, respectively.
This project is licensed under either of MIT license or Apache License, Version 2.0, at your option.
Contributions are welcome! Please feel free to submit pull requests or open issues.