ysmrr
ysmrr copied to clipboard
YSMRR is a package that provides simple multi-line compatible spinners for Go applications.
when using multiple `SpinnerManager` on a screen which works fine except a situation when one of the SpinnerManager spinners is pushed out of the screen with other outoput. Once spinner...
The consumer should be able to start, stop and pause a spinner.
Bumps [github.com/fatih/color](https://github.com/fatih/color) from 1.16.0 to 1.17.0. Release notes Sourced from github.com/fatih/color's releases. v1.17.0 What's Changed Fix multi-parameter println spacing by @klauspost in fatih/color#228 ci: update Go and Staticcheck versions by...
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.29.0 to 0.30.0. Commits 04218fd go.mod: update golang.org/x dependencies 208db03 all: upgrade go directive to at least 1.23.0 [generated] See full diff in compare view [![Dependabot compatibility...
I'd like the option to be able to use any color I want. Currently the number of colors is limited to a few options, but since it's already using `fatih/color`...