ttypr 0.2.0

terminal typing practice
Documentation
ttypr-0.2.0 has been yanked.

ttypr

terminal typing practice

Current typing options: ASCII and Words

Based on Ratatui

Installation

cargo install ttypr

Usage

Menu mode:

  • q - exit the application
  • i - switch to typing mode
  • m - switch typing option (ASCII, Words)

Typing mode:

  • ESC - switch to menu mode

Credits

  • filipriec - creating a vector of styled Spans idea, if needs_redraw rendering concept

  • Concept taken from: Monkeytype