Skip to content

Commit c4a2798

Browse files
committed
add color to progress
1 parent 0b0b36f commit c4a2798

File tree

3 files changed

+25
-12
lines changed

3 files changed

+25
-12
lines changed

backup/backup.go

+21-12
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ import (
4242
"github.com/nightlyone/lockfile"
4343
"golang.org/x/sync/errgroup"
4444
"github.com/schollz/progressbar/v3"
45+
"github.com/k0kubun/go-ansi"
4546

4647
"github.com/someone1/zfsbackup-go/backends"
4748
"github.com/someone1/zfsbackup-go/config"
@@ -504,18 +505,26 @@ func sendStream(ctx context.Context, j *files.JobInfo, c chan<- *files.VolumeInf
504505

505506
// Initialize progress bar
506507
bar := progressbar.NewOptions64(int64(totalSize),
507-
progressbar.OptionSetDescription("Backing up..."),
508-
progressbar.OptionSetWriter(os.Stderr),
509-
progressbar.OptionShowBytes(true),
510-
progressbar.OptionSetWidth(50),
511-
progressbar.OptionThrottle(65*time.Millisecond),
512-
progressbar.OptionShowCount(),
513-
progressbar.OptionOnCompletion(func() {
514-
fmt.Fprint(os.Stderr, "\n")
515-
}),
516-
progressbar.OptionSpinnerType(14),
517-
progressbar.OptionFullWidth(),
518-
)
508+
progressbar.OptionSetWriter(ansi.NewAnsiStdout()),
509+
progressbar.OptionEnableColorCodes(true),
510+
progressbar.OptionShowBytes(true),
511+
progressbar.OptionSetWidth(50),
512+
progressbar.OptionThrottle(65*time.Millisecond),
513+
progressbar.OptionShowCount(),
514+
progressbar.OptionSetDescription("[cyan]Backing up...[reset]"),
515+
progressbar.OptionOnCompletion(func() {
516+
fmt.Fprint(ansi.NewAnsiStdout(), "\n")
517+
}),
518+
progressbar.OptionSpinnerType(14),
519+
progressbar.OptionFullWidth(),
520+
progressbar.OptionSetTheme(progressbar.Theme{
521+
Saucer: "[green]=[reset]",
522+
SaucerHead: "[green]>[reset]",
523+
SaucerPadding: " ",
524+
BarStart: "[",
525+
BarEnd: "]",
526+
}),
527+
)
519528

520529
// Initialize chunk tracking variables
521530
totalChunks := int(totalSize / (j.VolumeSize * humanize.MiByte))

go.mod

+2
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ require (
4747
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
4848
github.com/inconshreveable/mousetrap v1.0.1 // indirect
4949
github.com/jmespath/go-jmespath v0.4.0 // indirect
50+
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 // indirect
5051
github.com/klauspost/compress v1.15.10 // indirect
5152
github.com/kr/fs v0.1.0 // indirect
5253
github.com/mattn/go-ieproxy v0.0.9 // indirect
54+
github.com/mattn/go-isatty v0.0.20 // indirect
5355
github.com/mitchellh/colorstring v0.0.0-20190213212951-d06e56a500db // indirect
5456
github.com/rivo/uniseg v0.4.7 // indirect
5557
github.com/schollz/progressbar/v3 v3.14.3 // indirect

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1
252252
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
253253
github.com/juju/ratelimit v1.0.2 h1:sRxmtRiajbvrcLQT7S+JbqU0ntsb9W2yhSdNN8tWfaI=
254254
github.com/juju/ratelimit v1.0.2/go.mod h1:qapgC/Gy+xNh9UxzV13HGGl/6UXNN+ct+vwSgWNm/qk=
255+
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213 h1:qGQQKEcAR99REcMpsXCp3lJ03zYT1PkRd3kQGPn9GVg=
255256
github.com/k0kubun/go-ansi v0.0.0-20180517002512-3bf9e2903213/go.mod h1:vNUNkEQ1e29fT/6vq2aBdFsgNPmy8qMdSay1npru+Sw=
256257
github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
257258
github.com/klauspost/compress v1.15.10 h1:Ai8UzuomSCDw90e1qNMtb15msBXsNpH6gzkkENQNcJo=
@@ -269,6 +270,7 @@ github.com/kurin/blazer v0.5.3/go.mod h1:4FCXMUWo9DllR2Do4TtBd377ezyAJ51vB5uTBjt
269270
github.com/mattn/go-ieproxy v0.0.1/go.mod h1:pYabZ6IHcRpFh7vIaLfK7rdcWgFEb3SFJ6/gNWuh88E=
270271
github.com/mattn/go-ieproxy v0.0.9 h1:RvVbLiMv/Hbjf1gRaC2AQyzwbdVhdId7D2vPnXIml4k=
271272
github.com/mattn/go-ieproxy v0.0.9/go.mod h1:eF30/rfdQUO9EnzNIZQr0r9HiLMlZNCpJkHbmMuOAE0=
273+
github.com/mattn/go-isatty v0.0.20 h1:xfD0iDuEKnDkl03q4limB+vH+GxLEtL/jb4xVJSWWEY=
272274
github.com/mattn/go-isatty v0.0.20/go.mod h1:W+V8PltTTMOvKvAeJH7IuucS94S2C6jfK/D7dTCTo3Y=
273275
github.com/miolini/datacounter v1.0.3 h1:tanOZPVblGXQl7/bSZWoEM8l4KK83q24qwQLMrO/HOA=
274276
github.com/miolini/datacounter v1.0.3/go.mod h1:C45dc2hBumHjDpEU64IqPwR6TDyPVpzOqqRTN7zmBUA=

0 commit comments

Comments
 (0)