https://github.com/nathom/typingterm
A simple typingtest within the terminal.
https://github.com/nathom/typingterm
Last synced: about 1 month ago
JSON representation
A simple typingtest within the terminal.
- Host: GitHub
- URL: https://github.com/nathom/typingterm
- Owner: nathom
- Created: 2021-05-12T03:29:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-27T23:29:13.000Z (over 2 years ago)
- Last Synced: 2025-02-13T04:43:49.769Z (3 months ago)
- Language: C
- Size: 752 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# typingterm
A typingtest for terminal power users.

## Usage
Ensure you have `ncurses` installed. You can do this with Homebrew
```bash
brew install ncurses
```Clone this repository
```bash
git clone https://github.com/nathom/typingterm
```Change into the directory, compile, and link the binary.
```
cd typingterm && make install
```Run the program with
```
typingterm
```or
```
tterm
```If you don't want to link the binary, you can just run `make` with no args.
```bash
❯ tterm -h
Usage: typingterm [OPTIONS]-t, --time Test duration, in seconds. Default 15.
-f, --file The file containing the word bank. Default 200_top_words.txt.
-d, --delimeter The character separating words in the file. Default '\n'.
-h, --help Show this help message.
```