We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Primarily for extra fast progress bars. They can be pre-coded, so no template parsing is needed. Maybe these styles:
:spinnerbar (just a spinner, really minimal)
:spinnerbar
:counterbar current/total, quite minimal as well
:counterbar
:etabar similar to the current dplyr style:
:etabar
|=================================== | 66% ~2 s remaining
:downloadbar Sg for downloads, e.g. 150.4 kB / 100MB
:downloadbar
150.4 kB / 100MB
The text was updated successfully, but these errors were encountered:
Looks like the generic version is pretty fast, so we don't need this.
Sorry, something went wrong.
No branches or pull requests
Primarily for extra fast progress bars. They can be pre-coded, so no template parsing is needed. Maybe these styles:
:spinnerbar
(just a spinner, really minimal):counterbar
current/total, quite minimal as well:etabar
similar to the current dplyr style::downloadbar
Sg for downloads, e.g.150.4 kB / 100MB
The text was updated successfully, but these errors were encountered: