deno-library / progress

ProgressBar in terminal for deno
MIT License
60 stars 9 forks source link

enhancement & bug fixes #12

Closed neoswallow closed 1 year ago

neoswallow commented 2 years ago

• handle interrupt gracefully (issue #10 of original repo) • fixes render on new line (issue #8) • deprecate width in favor of barWidth (issue #8) • implements maxWidth (issue #8) • removes the need for mod.unstable.ts • add support for Deno.consoleSize() to multi.ts • add new :formattedTime

fuxingZhang commented 1 year ago

The mainline code has changed a lot.

Please read the latest code and submit a new pull request.