2025-01-03 11:13:40 +01:00
2025-01-03 11:13:40 +01:00
2024-12-05 11:51:02 +01:00
2024-12-05 11:40:53 +01:00
2024-11-22 15:34:51 +01:00
2024-12-29 16:51:56 +01:00
2024-12-13 08:28:00 +01:00

libscterm — Terminal utilities and I/O-manipulators for ANSI escapes

C++ library with terminal utilities and I/O-manipulators for ANSI escapes. Full support for NO_COLOR environment variable.

Build

make

after installing dependency:

Install

sudo make install

or, on OpenBSD:

doas gmake install

Documentation

In progress. For now, please consult the library header at /usr/local/include/libscterm.hpp, after successful installation.

Test

make test

will run a tool showcasing most of the possibilities. This tool was formerly a separate project: progress, still available on this server for its history.

Description
General C++ terminal utilities, and I/O-manipulators for ANSI escapes. Full support for NO_COLOR environment variable.
Readme 112 KiB
Languages
C++ 71%
Makefile 29%