Simple terminal app to display colors in terminal according to wikipedia page: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit
Run following command:
go install github.com/dankox/colorx
Or clone this repo and just run it using go run
:
colorx
To build for different platforms using buck2
build tool, run this command (e.g.: linux_x86_64):
buck2 build --target-platforms root//platforms:linux_x86_64 root//:colorx