npkgz / cli-progress

:hourglass: easy to use progress-bar for command-line/terminal applications
https://www.npmjs.com/package/cli-progress
MIT License
1.11k stars 84 forks source link

Support ETAs > 100 hours #153

Open grubinstein opened 1 year ago

grubinstein commented 1 year ago

This will allow ETAs to be displayed correctly regardless of how long they are. If the ETA is longer than 1 day it will display as: 1d20h or 25048d03h.

This addresses issue #152.