Simple library to format terminal text with ANSI escape sequences
To build the project run:
cd strANSIseq
mkdir build && cd build -DBUILD_EXAMPLES=ON
cmake .. && make
When the project have been built, you can run:
./strANSIseq -h
to get the demonstration app usage.
Note that zsh(macOS default) does not support fully all functions, and you need to run the app in bash.