amazansky / ttt

(Work-in-progress) Terminal-based typing test written in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ttt

ttt (short for "terminal-based typing test") is a a command-line utility to measure your typing speed. It's written using C and ncurses.

Setup

  1. Make sure you have Make and Clang
  2. Clone this repository and open it in your shell
  3. Run make
  4. Make the generated ttt file executable if necessary, then run using ./ttt

Features

This project is currently (very much) a work-in-progress, and features will be documented here as I add them.

About

(Work-in-progress) Terminal-based typing test written in C


Languages

Language:C 89.4%Language:Makefile 10.6%