colcon-core
colcon-core copied to clipboard
Using rich as a visual library
Hello there,
I've seen that there have been some attempts to improve colcon via adding more colors to the output
https://github.com/colcon/colcon-core/pull/195
https://github.com/colcon/colcon-core/pull/487
I was thinking lately we could go further with utilization of Python's rich library.
I did some initial experiments and with minimal effort I've been able to get some results:
This is just an experiment, but I'm happy to make a PR for this.
@Serafadam, do you mind sharing your code for this?
maybe @Serafadam uses from rich import print and keeps other code as is @rhaschke ? This does look sick though