Make large numbers easier to read #20101

Closed
opened 2026-01-31 07:03:35 +00:00 by claunia · 4 comments
Owner

Originally created by @mlongtin0 on GitHub (Jun 16, 2023).

Description of the new feature/enhancement

Large numbers like "16000000" are hard to read in a monitor. Is it 1.6, 16 or 160 millions? I end up trying to select groups of three to make sense of it.

I would like to propose to italicize or bold alternating groups, like this: 16000000 or 16000000
This would be enough to make it easier to read. The grouping should be customizable.

Proposed technical implementation details (optional)

Originally created by @mlongtin0 on GitHub (Jun 16, 2023). <!-- 🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨 I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING: 1. If I delete this entire template and go my own path, the core team may close my issue without further explanation or engagement. 2. If I list multiple bugs/concerns in this one issue, the core team may close my issue without further explanation or engagement. 3. If I write an issue that has many duplicates, the core team may close my issue without further explanation or engagement (and without necessarily spending time to find the exact duplicate ID number). 4. If I leave the title incomplete when filing the issue, the core team may close my issue without further explanation or engagement. 5. If I file something completely blank in the body, the core team may close my issue without further explanation or engagement. All good? Then proceed! --> # Description of the new feature/enhancement Large numbers like "16000000" are hard to read in a monitor. Is it 1.6, 16 or 160 millions? I end up trying to select groups of three to make sense of it. I would like to propose to italicize or bold alternating groups, like this: 16<i>000</i>000 or 16<b>000</b>000 This would be enough to make it easier to read. The grouping should be customizable. # Proposed technical implementation details (optional) <!-- A clear and concise description of what you want to happen. -->
claunia added the Issue-FeatureNeeds-TriageNeeds-Tag-Fix labels 2026-01-31 07:03:36 +00:00
Author
Owner

@lhecker commented on GitHub (Jun 16, 2023):

I feel like such an addition might be a little too niche. Is there a reason your application couldn't just format numbers in a more legible way in the first place?

@lhecker commented on GitHub (Jun 16, 2023): I feel like such an addition might be a little too niche. Is there a reason your application couldn't just format numbers in a more legible way in the first place?
Author
Owner

@mlongtin0 commented on GitHub (Jun 16, 2023):

I deal with large numbers all the time, the basic tools don't format, so I end up having to pipe through a number formatter. Even the default Excel is painful that way.

A less niche version would be some sort of regex transform that's applied to the display. It could be used to always put ERROR in bold and red, for example.

@mlongtin0 commented on GitHub (Jun 16, 2023): I deal with large numbers all the time, the basic tools don't format, so I end up having to pipe through a number formatter. Even the default Excel is painful that way. A less niche version would be some sort of regex transform that's applied to the display. It could be used to always put ERROR in bold and red, for example.
Author
Owner

@zadjii-msft commented on GitHub (Jun 16, 2023):

A less niche version would be some sort of regex transform that's applied to the display. It could be used to always put ERROR in bold and red, for example

Thats in #5916. dunno if the spec I have in progress would adequately cover this tho

@zadjii-msft commented on GitHub (Jun 16, 2023): > A less niche version would be some sort of regex transform that's applied to the display. It could be used to always put ERROR in bold and red, for example Thats in #5916. dunno if the spec I have in progress would adequately cover this tho
Author
Owner

@mlongtin0 commented on GitHub (Jun 16, 2023):

Correct. Duplicate of https://github.com/microsoft/terminal/issues/6297.

@mlongtin0 commented on GitHub (Jun 16, 2023): Correct. Duplicate of https://github.com/microsoft/terminal/issues/6297.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#20101