Skip to content

Alex0Blackwell/termwriter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Termwriter

Overview    |    Examples    |    Usage

Overview

Type with ASCII in the terminal with this library! Adding Termwriter typing is an easy way to make the help, documentation, or README of your C++ project stand out. Download the termwriter.hpp file from the GitHub Releases tab and include it in your project!

Examples

Improve the appearance of the help page

Usage

Adding ASCII typing is as easy as including the file and using the type function.

#include "termwriter.hpp"
...
Termwriter::type(<message>);

Where the message is any combination of keys on an English keyboard!

Get Termwriter up and running on your own C++ project in minutes by downloading the termwriter.hpp file