Skip to content
/ gopm Public

Typing training directly on your source code (from the command line)

Notifications You must be signed in to change notification settings

ale-cci/gopm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Typing practice on command line

2020-08-29-214923_1918x1059_scrot

I love cslarsen/wpm, i use it almost everyday! so i wanted to make my own version on golang.

Install

Build the project

$ go build

Move it in a directory in your $PATH

# mv gopm /usr/local/bin/

Usage

$ gopm FILES...

Example: start practicing on files test.txt and test2.txt

$ gopm test.txt test2.txt

Or run it without building building the project

go run main.go -- [...FILES]

Test

$ go test ./...

Keybindings

Action Keystroke
quit <Ctrl-c>
next <Ctrl-n>
previous <Ctrl-p>

About

Typing training directly on your source code (from the command line)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages