ansicodes icon indicating copy to clipboard operation
ansicodes copied to clipboard

🎨ansi escape code generator to help make colorful command line tools

Results 3 ansicodes issues
Sort by recently updated
recently updated
newest added

Hi! I really like this tool you made :) Although there's one problem - the licensing. Could you please license this under whatever you think is appropriate?

added light colors as not all terminal emulators will make bold colors light (such as kitty) to use light colors without bold you'd need to use `38;5;N` instead of `1;3N`...

being able to copy the version containing "" would be nice