Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 756 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 756 Bytes

TuiType

A terminal-based typing test application similar to MonkeyType, built with Rust and the Ratatui library.

TuiType Screenshot

Installation

From Source

  1. Clone the repository:
git clone https://github.com/RobbyV2/tuitype.git
cd tuitype
  1. Run the application:
cargo run

WebAssembly Support

  • WIP

Usage

  • Use your keyboard
  • Press Esc to open the TUI menu
    • From here you can look at the help menu, or change various settings

Configuration

TuiType saves configuration in your system's config directory:

  • Windows: %APPDATA%\tuitype\config.json
  • macOS: ~/Library/Application Support/tuitype/config.json
  • Linux: ~/.config/tuitype/config.json

License

MIT