Skip to content

Latest commit

 

History

History
55 lines (42 loc) · 841 Bytes

readme.md

File metadata and controls

55 lines (42 loc) · 841 Bytes

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