Skip to content
/ ccc Public

🎨 Show off your color palette

License

Notifications You must be signed in to change notification settings

yrwq/ccc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CCC

Usage

ccc "any string"
ccc 🤠
ccc ï‚Š

The symbol can be any character, or any string.

If you run ccc without an argument, the default symbol will be used(usually a language symbol from nerd-fonts).

To define a default symbol, you can use an environment variable:

export CCC_SYMBOL="any string"
export CCC_SYMBOL="🤠"
export CCC_SYMBOL="ï‚Š"

Installation

Running make will compile ccc in every language and copy it to bin/*_ccc

C

make && sudo make install

Sh

make sh && sudo make install

Rust

make rust && sudo make install

Go

make go && sudo make install

Lua

make lua && sudo make install

Python

make py && sudo make install