A terminal-based typing speed test written in Go using Bubbletea and Lipgloss.
Make sure you have Go installed (>=1.20).
go install github.com/cladamos/clatype@latestIf the command isn't recognized after installation, ensure your Go bin folder is in your PATH
Run the typing test with default settings (English words, 30 seconds):
clatype-
-l <language>- Set the language/mode for typing practiceenglishoren- English words (default)goorgolang- Go code snippetsjavascriptorjs- JavaScript code snippets
-
-t <duration>- Set the test duration (default: 30s)- Examples:
10s,60s,2m,1m30s
- Examples:
Test with Go snippets for 60 seconds:
clatype -l go -t 60sTest with JavaScript snippets for 2 minutes:
clatype -l javascript -t 2mQuick 10-second English test:
clatype -t 10s