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

Add support for centered, overlay text #53

Open
ejstembler opened this issue Sep 21, 2021 · 0 comments
Open

Add support for centered, overlay text #53

ejstembler opened this issue Sep 21, 2021 · 0 comments

Comments

@ejstembler
Copy link

Describe the problem

I'm using the multi and it works great. However, I'm wondering if it would be possible to add support for centered, overlay text? For example, I have a pipeline with many steps, however, some of them can be skipped and I'd like to denote that in the progress. Something like this:

# ┌ main  [■■■■■■■■■■■■■□□□□□□□□□□] 50%
# ├── one [■■■■■■■■Skipped■■■■■■■■] 100%
# └── two [■■■■■■■■■■■■□□□□□□□□□□□] 50%

How would the new feature work?

If this capability doesn't already exist, there would need to be a new method which performs the action with the text input. Something like:

progress_bar_download.overlay('Skipped', align: :center)

Drawbacks

This may be too tedious to implement.

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

No branches or pull requests

1 participant