cheatsnake / termboard

Simple CLI application for training blind typing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TermBoard

Simple CLI application for training blind typing.

demo

Running on your machine

  1. Clone this repo:
git clone https://github.com/cheatsnake/termboard.git
  1. Go to app folder:
cd termboard
  1. And finally, run the program with:
make run

Make sure you have already installed Go.

To compile an executable binary file, use:

make build

Running in Docker

make docker-build
make docker-run

About

Simple CLI application for training blind typing.


Languages

Language:Go 95.2%Language:Makefile 2.4%Language:Dockerfile 2.4%