Bob Polis 72cc19c1b2 Update to modern project structure
Also, move progress tool into tests.
2024-12-03 17:20:29 +01:00
2024-12-03 17:20:29 +01:00
2024-12-03 17:20:29 +01:00
2024-11-22 15:34:51 +01:00
2024-12-03 17:20:29 +01:00
2024-11-26 15:52:38 +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

Clone, build, and run the progress tool.

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%