Skip to content

fatpeppapig/ttt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terminal Typing Tool / Tutor / Toy

About

This is a simple typing utility similar to monkeytype or many online typing tests that allows you to practice typing within your terminal. I wrote it as an exercise while learning Rust.

Running

To run development / debug mode just run:

cargo run

Building

To build a release run:

cargo build --release

Installing

To install the app, just copy built binary to some directory under path, for example:

sudo cp target/release/ttt /usr/local/bin/

About

Terminal Typing Tool / Tutor / Toy

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages