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

Feature Request: add progress bars, write status directly to terminal #100

Open
C-Otto opened this issue Apr 24, 2021 · 0 comments
Open
Labels
enhancement New feature or request p2-should Helpful for many users / in many situations, but not strictly necessary

Comments

@C-Otto
Copy link
Owner

C-Otto commented Apr 24, 2021

Is your feature request related to a problem? Please describe.
For long running tasks, e.g. requesting transactions for many addresses, the progress is only shown using regular QueueStatus log messages. This isn't as nice as it could be.

Describe the solution you'd like
I'd like to see a progress bar that is updated immediately instead of regular log messages.

Additional context

String CUU = "\u001B[A"; // cursor up, overwrite line
terminal.writer().println(CUU + "\r" + "x");
terminal.flush();

https://medium.com/agency04/developing-cli-application-with-spring-shell-part-3-b4c247fdf558

@C-Otto C-Otto added enhancement New feature or request p2-should Helpful for many users / in many situations, but not strictly necessary labels Apr 24, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request p2-should Helpful for many users / in many situations, but not strictly necessary
Projects
None yet
Development

No branches or pull requests

1 participant