Registry / cli / leaanthony-spinner

leaanthony-spinner

JSON →
library0.5.4gogounverified

Package spinner provides a simple terminal spinner for command-line applications.

go get github.com/leaanthony/spinner
INSTALL
IMPORT
SIG · LEAANTHONY-SPINNER
L
leaanthony-spinner
cligov0.5.4
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.

spinner
github.com/leaanthony/spinner

Display a spinner while a task runs.

package main import ( "time" "github.com/leaanthony/spinner" ) func main() { s := spinner.New("Loading...") s.Start() time.Sleep(2 * time.Second) s.Stop() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
leaanthony-spinner — go get leaanthony-spinner · libregistry