From 68ec054ec228ae4bb8873d212a5a099b2ccdd2d9 Mon Sep 17 00:00:00 2001 From: Djkato Date: Sat, 7 May 2022 20:46:31 +0200 Subject: [PATCH] changed bars ETA to formatted, and added duration --- lib/ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ui.js b/lib/ui.js index a41d7ea..1197056 100644 --- a/lib/ui.js +++ b/lib/ui.js @@ -13,7 +13,7 @@ class UI { this.term = termkit.terminal this.multibar = new cliProgress.MultiBar({ - format: '[{bar}] {percentage}% | output: "{filename}" | ETA: {eta}s | {value}/{total}', + format: '[{bar}] {percentage}% | output: "{filename}" | ETA: {eta_formatted}s | {duration_formatted} | {value}s/{total}s ', align: "left", hideCursor: true, autopadding: true,