Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 780 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 780 Bytes

Typechan

A TUI typing test powered by Bubble Tea and Lip Gloss.

Random quotes and passages are retrieved from quotable.

# Fetch dependencies
go mod download

# Compile to binary
go build .

# Launch the test!
./typechan sprint

typechan comes in 2 different modes:

Sprint mode 🏃🏻‍♀️

Complete the test as fast as you can.

./typechan sprint

Timed mode ⏱️

Type as much as you can before timeout.

# Starts a 5-minute test
./typechan timed

# Change the time limit to e.g. 30 seconds
./typechan timed -s 30s