boomtypr
A minimal terminal-based typing test built with Go and Bubble Tea.

Features
- Clean, distraction-free TUI
- Multiple test modes: Time, Words, and Zen
- Configurable test duration and word count
- Results screen with WPM and accuracy display
- Responsive text wrapping
Install
Homebrew (MacOS, Linux)
brew install yagnikpt/tap/boomtypr
Winget (Windows)
winget install yagnikbuilds.boomtypr --source winget
Go
go install github.com/yagnikpt/boomtypr@latest
Build from source
git clone https://github.com/yagnikpt/boomtypr.git
cd boomtypr
make
Usage
boomtypr
Roadmap
- WPM and accuracy stats display
- Results screen after test completion
- Configurable word count and test duration
- Multiple word lists
- Test restart functionality
- Word erase (ctrl+w / ctlr+backspace)
- Realtime stats display / better stats
Inspiration
The UI and flow is inspired by ashish0kumar/typtea
License
MIT