-
Notifications
You must be signed in to change notification settings - Fork 20
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 progress bars instead of the current async output #24
Labels
enhancement
New feature or request
Comments
elboletaire
added a commit
that referenced
this issue
May 12, 2024
- Progress bars for downloading and archiving single chapters - Progress bar for the bundle, although the other ones should be improved in this case - Removed logs and other console outputs here and there. - Errors are still NOT properly managed in the progress bars. A channel decorator should be used for that. refs #24
Open
elboletaire
added a commit
that referenced
this issue
May 18, 2024
- Progress bars for downloading and archiving single chapters - Progress bar for the bundle, although the other ones should be improved in this case - Removed logs and other console outputs here and there. - Errors are still NOT properly managed in the progress bars. A channel decorator should be used for that. refs #24
elboletaire
added a commit
that referenced
this issue
Jan 2, 2025
Also got the terminal width in order to not truncate when it's not necessary refs #24
elboletaire
added a commit
that referenced
this issue
Jan 2, 2025
- Fix archiving progress bar not showing correctly for TCB sites - Keep clean progress bar style with minimal status messages - Fix progress increments to match actual archiving progress - Code clean-up
elboletaire
added a commit
that referenced
this issue
Jan 7, 2025
- Pre-allocate files slice to ensure all pages are captured - Use direct indexing instead of append to prevent missing files - Simplify synchronization while maintaining progress bar improvements
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Show downloading progress with progress bars, instead of the current asynchronous verbosity.
i.e. https://github.com/jedib0t/go-pretty/blob/main/progress/README.md
The text was updated successfully, but these errors were encountered: