• Stars
    star
    452
  • Rank 93,085 (Top 2 %)
  • Language
    Go
  • License
    MIT License
  • Created about 3 years ago
  • Updated 6 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Typing test in your terminal

Typer

Typing test in your terminal

Typer Banner

Installation

To just install typer simply use this command:

go install github.com/maaslalani/typer@latest

Usage

To begin a typing test simply type typer. This will generate random words for you to type and show you your WPM score.

typer

To change the length of the typing test, use the --length flag.

typer -l 20

To set min word length, you can use --min-word-length flag.

typer --min-word-length 5

There is no maximum value, but anything below 1 will count as no min length.

You can use Monkeytype as a source of words, just pass -m, --monkeytype flag, by default it'll use english dictionary, you can change that by adding --monkeytype-language string flag.

typer -m --monkeytype-language code_go

see: monkeytype/languages/_list.json

If you want to provide your own text, you can pass in a file name with the --file flag. The typing test will use the contents of the specified file.

typer -f filename.txt

You can also pipe data by stdin.

echo 'Text from stdin!' | typer

Themes

There is basic theme support, theme should be saved in config file (default $HOME/.typer.yaml) and should look similar to this default theme:

theme:
  #file: /an/absoulute/path/to/the/theme.yaml # if set, it will ignore everything below
  bar:
    color: '#4776E6' # basic color of the progressbar
    #gradient: '#ff0000' # if passed, will generate a gradient from previous color to this one
  graph:
    # see: https://pkg.go.dev/github.com/guptarohit/asciigraph#AnsiColor
    # see: https://github.com/guptarohit/asciigraph/blob/master/color.go#L152-L292
    color: blue # does not use rgb but rather ANSI codes
    height: 3   # height of the graph
  text:
    error: # color when misspelled
      background: '#f33'
      foreground: '#fff'
    typed: # color when character have been typed
      foreground: '#fff'
      #background: '#000' # optional, default theme does not add background
    untyped: # color when still haven't been typed
      foreground: '#555'
      #background: '#000' # optional, default theme does not add background

Demo

typer

More Repositories

1

slides

Terminal based presentation tool
Go
9,083
star
2

invoice

Command line invoice generator
Go
1,654
star
3

nap

Code snippets in your terminal
Go
1,612
star
4

gambit

Play chess in your terminal
Go
728
star
5

draw

Draw in your terminal
Go
424
star
6

confetty

Confetti in your TTY
Go
372
star
7

crow

Run commands when files change.
Go
144
star
8

glyphs

Unicode symbols on the command line
Go
61
star
9

_

dotfiles
Nix
40
star
10

notion-todo

Command Line Interface for adding notion todo tasks
Python
36
star
11

cue

Cue cards in your terminal
Go
23
star
12

quote

Generate aesthetic quote images
Elm
20
star
13

Dungeon

A text-based adventure game coded in Java.
Java
19
star
14

vangogh

CLI for artistic image manipulation.
Go
12
star
15

maaslalani.github.io

My personal website.
HTML
9
star
16

twttr

Twitter in the terminal
Go
8
star
17

gitscrape

A tool that allows you to to enter a repository or organization and retrieve information on all contributors, stargazers, and forkers.
JavaScript
8
star
18

JustFocus

Website blocker.
HTML
8
star
19

reminders

CLI for Reminders.app
Rust
7
star
20

ntbk

CLI for managing notes
Rust
7
star
21

startup-cli

CLI for startup ideas.
JavaScript
6
star
22

CookieDB

NoSQL-like structured data in the browser.
JavaScript
6
star
23

vim.world

A collaborative space for VIM users
JavaScript
5
star
24

Codev

Coding tutorials for everyone.
HTML
3
star
25

awkward.nvim

Evaluate AWK expressions within neovim
Lua
3
star
26

MafiaList

Companies founded by X-Company employees
JavaScript
3
star
27

PicturePerfect

Analyzing social media profiles to discover potential mental illnesses.
Python
3
star
28

scribble

Better writing.
Swift
2
star
29

Dorsbon

A computer assistant to improve your posture.
Python
2
star
30

Pomodoro

A pomodoro timer.
JavaScript
2
star
31

ProjectFolded

Origami as a service.
HTML
2
star
32

Euley

CLI for using projecteuler.net offline.
JavaScript
2
star
33

OffsetList

Companies that have committed to offsetting their carbon emissions.
JavaScript
2
star
34

FounderRewind

Old interviews of famous people, showing their beginnings.
HTML
2
star
35

UnicornFarmer

Cookie Clicker with shopify and unicorns
JavaScript
1
star
36

dotfiles

~
Shell
1
star