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=""Running make will compile ccc in every language and copy it to bin/*_ccc
make && sudo make installmake sh && sudo make installmake rust && sudo make installmake go && sudo make installmake lua && sudo make installmake py && sudo make install