65bdef9c6fb0a4d8a6d7d08e537bf8067e610c8d
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.
Languages
C++
71.4%
Makefile
28.6%