Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for progress-bar terminal escape sequences #676

Closed
joshtriplett opened this issue Dec 4, 2024 · 3 comments
Closed

Support for progress-bar terminal escape sequences #676

joshtriplett opened this issue Dec 4, 2024 · 3 comments

Comments

@joshtriplett
Copy link

Multiple terminals, including recent Windows terminals and VTE/ptyxis support an OSC extension for reporting progress; the terminal can then indicate this progress in places like the tab title.

https://blogs.gnome.org/chergert/2024/12/03/ptyxis-progress-support/

microsoft/terminal#8055

Please consider adding optional support for this OSC sequence in indicatif.

@joshtriplett joshtriplett changed the title Support for terminal Support for progress-bar terminal escape sequences Dec 4, 2024
@chris-laplante
Copy link
Collaborator

Duplicate of #596. Would definitely like to see this happen, although I won't personally have time to do it most likely :/.

Just thinking out loud - I also wonder how we should make it work when MultiProgress is in play and multiple progress bars are active...

@chris-laplante chris-laplante closed this as not planned Won't fix, can't repro, duplicate, stale Dec 4, 2024
@joshtriplett
Copy link
Author

Ah, sorry, I didn't see #596.

Regarding multi-progress: I think this is a reason to make it opt-in rather than automatic. People using multiple progress bars could choose which progress bar to opt in, or opt for some kind of summary or aggregation of the progress bars.

@chris-laplante
Copy link
Collaborator

Ah, sorry, I didn't see #596.

Regarding multi-progress: I think this is a reason to make it opt-in rather than automatic. People using multiple progress bars could choose which progress bar to opt in, or opt for some kind of summary or aggregation of the progress bars.

No worries! And yeah, that makes sense for multi progress - thanks for the ideas!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants