indicators icon indicating copy to clipboard operation
indicators copied to clipboard

`apt`-like progress bar

Open amirmasoudabdol opened this issue 4 years ago • 2 comments

I'm wondering if it's possible to achieve the same progress bar style that's being using in Ubuntu during the installation of the packages, i.e., this. Basically, the progress bar stick to the bottom of the terminal, and doesn't break the output.

amirmasoudabdol avatar Aug 05 '20 09:08 amirmasoudabdol

That is an excellent idea! I had just always assumed that any console output would corrupt the progress display. I would love to have this in indicators. Any suggestions on how to implement it (and work on windows too)?

pwm1234-sri avatar Mar 25 '21 14:03 pwm1234-sri

That would be indeed great to have. I can suggest giving a look at the implementation in: https://github.com/gabime/spdlog/issues/1030 There is even this small project implementing a derived solution.

gian21391 avatar Feb 10 '22 11:02 gian21391