ttypr 0.2.2

terminal typing practice
Documentation

ttypr

terminal typing practice

Current typing options: ASCII and Words

For the Words typing option you need to have a ~/.config/ttypr/words.txt file, with words separted by spaces.

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