Skip to content

Releases: npkgz/cli-progress

Some Cool Features

19 Jul 10:46
Compare
Choose a tag to compare
  • Added: increment() method to increase the current progress relatively - thanks to lennym on GitHub #6
  • Added: ETA time formatting options (mm:ss, hh:mm, ss) - thanks to lennym on GitHub #5
  • Improvement: More accurate ETA calculation using linear estimation of last N values - thanks to lennym on GitHub #4
  • Bugfix: FPS calculation error which caused performance issues - thanks to lennym on GitHub #7

Bugfix Release

15 May 08:17
Compare
Choose a tag to compare

Bugfix: stdout.cursorTo/stdout.clearLine is not a function; replaced by readline - thanks to remcoder on GitHub

v1.0.0

13 Dec 17:49
Compare
Choose a tag to compare

Features

  • Simple, Robust and Easy to use
  • Full customizable output format (various placeholders are available)
  • Custom Bar Characters
  • FPS limiter
  • ETA calculation based on elapsed time
  • Only visible in TTY environments
  • No callbacks required - designed as pure, external controlled UI widget

Successful tested on Windows10, Debian 8.2 and Ubuntu 14 LTS