Skip to content

dankox/colorx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Colorx

Simple terminal app to display colors in terminal according to wikipedia page: https://en.wikipedia.org/wiki/ANSI_escape_code#8-bit

Install

Run following command:

go install github.com/dankox/colorx

Or clone this repo and just run it using go run:

Run

colorx

Output in the terminal: screenshot

Build cross platform using Buck2

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

About

Display colors in terminal

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published