Skip to content

shakibamoshiri/cecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cecho

Or colorize echo, is a simple C Language code that allows you seeing the output of ANSI COLOR CODE.

The only thing you need is just the gcc compiler to compile the code and then use it.
Or simply you can use make command:
Of course first: git clone https://github.com/k-five/cecho.git

and then:

cd cecho
make build
make test
make clean

Without make and using gcc directly:

gcc -O2 -std=c11 main.c -o cecho

Some examples:

  • cecho green some-test
  • cecho b-green some-test
  • cecho i-green * endl
  • cecho random * endl

screenshot:

cecho_screenshot

About

showing the ANSI color on the terminal

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published