Registry / cli / theckman-yacspin

theckman-yacspin

JSON →
library0.13.12gogounverified

Package yacspin provides Yet Another CLI Spinner for Go with customizable character sets, colors, and automatic dumb terminal detection.

go get github.com/theckman/yacspin
INSTALL
IMPORT
SIG · THECKMAN-YACSPIN
T
theckman-yacspin
cligov0.13.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

yacspin
github.com/theckman/yacspin

Create and run a CLI spinner

package main import ( "time" "github.com/theckman/yacspin" ) func main() { cfg := yacspin.Config{ Frequency: 100 * time.Millisecond, CharSet: yacspin.CharSets[11], } spinner, _ := yacspin.New(cfg) spinner.Start() time.Sleep(3 * time.Second) spinner.Stop() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.13.12latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources
theckman-yacspin — go get theckman-yacspin · libregistry