Practice project for getting familiar with rust.
Current features
- Lesson content is randomly generated
- Command line gui build with tui
At the moment only a few lessons are defined for the Bone keyboard layout. They can be genreated using:
cargo run --bin create_bone_lessons
cargo run --bin trainer
- Select lessons using up/down key start by pressing
Enter - Type until you had enough of the selected lesson
- When in training mode press
Escto return to lesson selection - When in lesson selection mode press
Escto save and exit the application
