thyper

Crates.iothyper
lib.rsthyper
version0.1.2
sourcesrc
created_at2024-06-08 16:31:52.33537
updated_at2024-06-08 18:15:14.7399
descriptionA minimalist typing practice tool in the terminal
homepage
repositoryhttps://github.com/RDO34/thyper
max_upload_size
id1265831
size68,755
Ross Donohoe (RDO34)

documentation

README

thyper

A minimalist typing practice tool in the terminal.

Installation

First ensure rust is installed and up to date.

Then install thyper with cargo:

cargo install thyper

Usage

To run in normal mode, simply run:

thyper

To run in quick mode (no menus), use the --quick or -q flag:

thyper -q

To just print out scores (personal best, average), use the --scores or -s flag:

thyper -s

That's it!

Commit count: 8

cargo fmt