cli-progress icon indicating copy to clipboard operation
cli-progress copied to clipboard

:hourglass: easy to use progress-bar for command-line/terminal applications

Results 27 cli-progress issues
Sort by recently updated
recently updated
newest added

This feature adds new methods to the SingleBar where the user can show additional information about the process on the single line immediately below the progress bar. ### Reasoning I...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @​mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @​OlafConijn in...

dependencies

## Description I have been tinkering to add a "segmented" progress bar (as suggested in #129) into this library. I realize it needs a more condensed way to represent "progress"...

I got this error-message if I try to run a deployment-script, which use cli-progress: ```bash > DEPLOY_TYPE=production node scripts/deployment.cjs start deployment.cjs /home/me/myProject/node_modules/cli-progress/lib/formatter.js:1 const _stringWidth = require('string-width'); ^ Error [ERR_REQUIRE_ESM]: require()...

Let's say I have a terminal width of 92. The following lines print fine (via `cliProgress.MultiBar.log()`): ```text INFO: DATScanner: scanning DAT files DEBUG: DATScanner: found 60 DAT files DEBUG: DATScanner:...

Could you add support for BigInt ?

fix issue with gracefulExit #126 probably this fix is overhead with support promises, I can easy simplify it and remove this feature )

fix linewrap option for WriteStream when you send `linewrap = fasle` and use WriteStream for output it cut text to 200

If i use 2 js files each using progress bars, and an main js file that launches both using child process (note that the only way i got the child...

help wanted

**Code Snippet** ```js const cliProgress = require("cli-progress"); const ProgressBar = cliProgress.MultiBar; const multi = new ProgressBar({ format: "Progress |" + "{bar}" + "| {percentage}% || {value}/{total} Chunks || Speed: {speed}...