schollz / schollz/progressbar

Format numbers with separators

Open
#222 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
4.7k
Forks
258
Avg merge
13h 31m
Merged PRs (30d)
1

Description

Would you accept a PR that added an Option that formatted numbers with a separator, e.g. OptionSeparator("_") would format numbers as 1_048_576?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by locating the repository's option-handling and number-rendering entry points; the issue proposes an OptionSeparator("_") option. Confirm the existing option API and rendering behavior, then verify that numbers such as 1048576 are displayed as 1_048_576 when the option is enabled.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
38/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.