Skip to content

Typechan is a simple TUI program for practising typing.

Notifications You must be signed in to change notification settings

hofman-tan/type-chan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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