← Back to issue list

Have a sub-char resolution in the progress bar

View original Github issue

Metadata

Project
craft-cli
Number
#9
Type
issue
State
open
Author
facundobatista
Labels
Status: Triaged Type: Enhancement
Created
2021-09-21 12:50:23+00:00
Updated
2025-09-17 21:05:33+00:00
Closed

Current evaluation

No evaluation has been recorded for this issue yet.

Issue body

We can have a progress bar with more resolution than the current one (per char). That would be using characters that represent "eights of a block": ``` >>> chars = (' ', '▏', '▎', '▍', '▌', '▋', '▊', '▉', '█') >>> for c in chars: ... print(unicodedata.name(c)) ... SPACE LEFT ONE EIGHTH BLOCK LEFT ONE QUARTER BLOCK LEFT THREE EIGHTHS BLOCK LEFT HALF BLOCK LEFT FIVE EIGHTHS BLOCK LEFT THREE QUARTERS BLOCK LEFT SEVEN EIGHTHS BLOCK FULL BLOCK ```

Evaluation history

No evaluation history available.