Simple and permissive project template
acolor: Convert Colors To ANSI Codesacolor is a small utility to convert color codes to ANSI codes. This is
primarily to facilitate shell prompt customization.
Currently only named colors (e.g., red, green, blue) are supported.
Using pipx:
pipx install git+https://github.com/NicholasSynovic/acolor
A binary is provided per release.
acolor --help
Usage: acolor [OPTIONS]
Options:
-c, --color TEXT Color name to generate ANSI code
-r, --reset Print ANSI reset code
--help Show this message and exit.