GitHunt
AL

Alex0Blackwell/termwriter

Type with ASCII in the terminal with this library!

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

Languages

C++98.6%Makefile1.4%

Contributors

GNU General Public License v3.0
Created December 30, 2020
Updated March 16, 2024
Alex0Blackwell/termwriter | GitHunt