fastr

command module
v1.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 8, 2026 License: GPL-3.0 Imports: 1 Imported by: 0

README

Fastr: Typing Test TUI

A terminal-based typing test built in Go using the Tcell library.

https://github.com/gdamore/tcell

Installation

Requires Go to be installed. Also ensure GOBIN (or $HOME/go/bin if GOBIN is unset) is in your PATH.

go install codeberg.org/genus/fastr@latest

Usage

Usage: fastr [options]

Options:
  -duration seconds
        Duration of the typing test in seconds. (default 30)

  -text file
        The file from which the words will be chosen.
        Built-in: english, english1k, english5k
        (default "english")

  -version
        Print version information and exit

  -words number
        The number of words to show from the given file. (default 200)
Examples
$ fastr --text english1k --duration 60
$ fastr english5k  # positional shorthand for --text

Misc

  • <C-c> -> Exit the program.
  • <C-r> -> Restart the program.
  • The files in texts/ are sourced from Monkeytype.

License

This project is licensed under the GNU General Public License v3.0 (GPLv3).

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal
app
ui

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL