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

[diskette_load] Download progression #14

Open
sveetch opened this issue Apr 3, 2024 · 0 comments
Open

[diskette_load] Download progression #14

sveetch opened this issue Apr 3, 2024 · 0 comments
Labels
idea Idea about feature or new concept

Comments

@sveetch
Copy link
Member

sveetch commented Apr 3, 2024

Is your feature request related to a problem? Please describe.

Currently, when archive is download, this is a silent operation that let user waiting for a finish message. For 200Mb dump it would not be very embarrassing, with a good network it is a matter of 1 or 2min maximum.

However starting from 1Go dump it starts to be annoying, since the operation may take many minutes to finish.

Describe the solution you'd like

A progress bar would be a nice feature. This could be achieved with TQDM or Rich. But this should be an optional dependency.

Describe alternatives you've considered

Trying to implement a basic progress bar without external libraries, it seems difficult and won't be as nice as with third libraries.

@sveetch sveetch added the feature For new feature development label Apr 3, 2024
@sveetch sveetch added idea Idea about feature or new concept and removed feature For new feature development labels Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea Idea about feature or new concept
Projects
None yet
Development

No branches or pull requests

1 participant