Consider import console change to show total
I'm doing my import now, and while I know it will be long, it would be nice if the message showed X of Y rather than just X. So by that I mean - I'm currently seeing:
Finished count { count: X }
It would be cool if it said:
Finished count { X of Y }
(Even better - with a percentage. ;)
@Snugug made mention of a progress bar somewhere!
This is my modified version of import-from-archive.js. The key here is using cli-progress to build a progress bar and update the bar after tweet is checked into the database.
If y'all are cool with this update, I'm happy to file a PR to add this to Tweetback!
This is my modified version of
import-from-archive.js. The key here is using cli-progress to build a progress bar and update the bar after tweet is checked into the database.If y'all are cool with this update, I'm happy to file a PR to add this to Tweetback!
I don't know about the maintainers, but I at least would appreciate the PR as a user!