node-progress
node-progress copied to clipboard
Flexible ascii progress bar for nodejs
Hey, I'm using the progress bar in a project of mine. Strangely it shows up in GitBash in cmd and in the powershell but it doesn't show in the vs...
Hello! Thank you for this great library! Right now, library gives no control to how `:rate` is actually formatted. It's pretty standard use case (it's actually used in the README)...
This fixes the issue when using colors that the progress bar will usually be collapsed. It strips the ANSI styling when calculating the available space and works with the raw...
- Setting the current progress index to anything other than `0` will cause the value of `this.start` to be undefined. This causes the calculation for `:eta` and `:rate` to produce...
Currently the way tokens work is via local variables that are put into the string directly. Would it be possible to expose :elapsed and some other tokens on progressbar, mainly...
Add formatting for eta with hours, minutes and seconds
It's not always possible/convenient to specify the delta value in the `tick()` method, sometimes you only have access to the current value. It would be very convenient to be able...
…er is set in the width param
Fix suggested by @iseasonora