node-status icon indicating copy to clipboard operation
node-status copied to clipboard

Nodejs stdout status and progress bar. Multi-item, various display types.

Results 6 node-status issues
Sort by recently updated
recently updated
newest added

It only renders after the task is complete. I ran your example and it does not render the increments. It's a great looking UI tool, I'd love to be able...

Help Wanted

A number of portions of the code rely on being written to tty for testing. Need to look into maybe using tty.js for testing. That or maybe I make the...

Hello! Thank you for this great library! However, it would be really cool, if it will display [ETA](https://en.wikipedia.org/wiki/Estimated_time_of_arrival) of the process, automatically calculated based on the overall performance. Thanks!

We're running tasks here that can take almost an hour. Time elapsed currently shows as decimal once we're past the 2-minute mark. Currently it reads '33.867m'. Is there a way...

Dears, Thanks a lot for this very module ! Nevertheless, it's not working very well when I'm calling it that way : node ftp_to_s3.js 3754 2>error.log.2 (using console.debug() which does...