sjmikler / progress-table

Display progress as a pretty table in the command line.
MIT License
90 stars 3 forks source link

[FEATURE] Colorful embedded progress bar #20

Closed sjmikler closed 5 months ago

sjmikler commented 6 months ago

Currently, when progress bar is embedded and the head is behind some text it will not be visible. Add an option (possibly default) to have a colorful bar that would be visible behind the text (like htop has)

sjmikler commented 5 months ago

This was added in #21.

Albeit the "color" I decided to use is just bold. I didn't want to use any specific colors, as they might not work well with color scheme in user's terminal.

Example obraz Here we can see that the progress is represented by where bold ends.