LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

typer

Terminal typing test

TLDR

Start a typing test
$ typer
copy
Type words from a file
$ typer [file.txt]
copy
Pipe text as the prompt
$ echo "[sample text]" | typer
copy

SYNOPSIS

typer [*file*]

DESCRIPTION

typer is a minimal typing-test TUI written in Go by maaslalani. It shows words to type, tracks WPM/accuracy, and runs entirely in the terminal. Install with go install github.com/maaslalani/typer@latest.Not to be confused with the Python typer library for building CLIs.

PARAMETERS

*file*

Optional path whose contents are used as the text to type.
stdin may also supply text. Interactive keys are shown in the UI.

INSTALL

sudo apk add erlang27
copy
sudo zypper install erlang27
copy
nix profile install nixpkgs#typer
copy

CAVEATS

Name collision with Python's Typer package—ensure the Go binary is first on PATH if both are installed.

SEE ALSO

tt(1), toipe(1)

RESOURCES

Copied to clipboard
Kai