[GH-ISSUE #69] Show update status on console #43

Closed
opened 2026-02-25 23:33:20 +03:00 by kerem · 2 comments
Owner

Originally created by @muesli on GitHub (Mar 9, 2018).
Original GitHub issue: https://github.com/go-shiori/shiori/issues/69

Updating all bookmarks from the console with shiori update -y can take some time if you've stored hundreds or thousands of them. Currently shiori seems to update them all and only then prints out the results to the screen.

It would be nice if it could continuously update the progress. Maybe even display a nice little progress bar? Checkout https://github.com/muesli/goprogressbar for some inspiration.

Originally created by @muesli on GitHub (Mar 9, 2018). Original GitHub issue: https://github.com/go-shiori/shiori/issues/69 Updating all bookmarks from the console with `shiori update -y` can take some time if you've stored hundreds or thousands of them. Currently shiori seems to update them all and only then prints out the results to the screen. It would be nice if it could continuously update the progress. Maybe even display a nice little progress bar? Checkout https://github.com/muesli/goprogressbar for some inspiration.
kerem closed this issue 2026-02-25 23:33:20 +03:00
Author
Owner

@RadhiFadlillah commented on GitHub (Mar 12, 2018):

Hi @muesli, I've added progress bar while fetching new content in commit 5b36d4.

BTW I also fix the slow update process in commit 9d025dc. This problem is happened because I forgot to put update queries inside the transaction. Now the update should be a lot faster than before.

<!-- gh-comment-id:372240140 --> @RadhiFadlillah commented on GitHub (Mar 12, 2018): Hi @muesli, I've added progress bar while fetching new content in commit [5b36d4](https://github.com/RadhiFadlillah/shiori/commit/5b36d4500f2904690099d71297df4975ce224f4b). BTW I also fix the slow update process in commit [9d025dc](https://github.com/RadhiFadlillah/shiori/commit/9d025dc6a2f5dc3b8f347c46d503e77207123b7d). This problem is happened because I forgot to put update queries inside the transaction. Now the update should be a lot faster than before.
Author
Owner

@muesli commented on GitHub (Mar 18, 2018):

Looks nice!

<!-- gh-comment-id:373966920 --> @muesli commented on GitHub (Mar 18, 2018): Looks nice!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shiori#43
No description provided.