Skip to content

Latest commit

 

History

History
26 lines (25 loc) · 465 Bytes

README.md

File metadata and controls

26 lines (25 loc) · 465 Bytes

hackertyper

Quick and simple HackerTyper-like terminal application for linux.

Building

git clone https://github.com/Lowdinggg/hackertyper.git
cd hackertyper

using CMake

cmake CMakeLists.txt

CMake will generate a Makefile for us. then:

make

you'll have a linux executable named 'hackertyper' to run it:

./hackertyper

editing

to edit the written text, just edit the 'str' global variable, put "\n" for each line jump.