console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.22k stars 238 forks source link

Built-in support for OSC9;4 #596

Open zkat opened 9 months ago

zkat commented 9 months ago

Various terminals now support OSC9;4, which lets you update terminal status bars themselves with progress details. It would be wonderful if something like this were built-in to indicatif, and probably isn't a lot of work to integrate. See https://github.com/microsoft/terminal/issues/6700

djc commented 9 months ago

I'm open to having support for this, but unlikely to be motivated to implement it myself.

chris-laplante commented 9 months ago

Yes, please feel free to submit a PR!