Registry / cli / gernest-wow

gernest-wow

JSON →
library0.1.0gogounverified

A Go library for creating terminal spinner animations and progress indicators.

go get github.com/gernest/wow
INSTALL
IMPORT
SIG · GERNEST-WOW
G
gernest-wow
cligov0.1.0
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.

wow
github.com/gernest/wow

Starts a spinner animation and stops it after 2 seconds.

package main import ( "time" "github.com/gernest/wow" "github.com/gernest/wow/spin" ) func main() { w := wow.New(wow.Start(), spin.Get(spin.Dots)) w.Start() time.Sleep(2 * time.Second) w.Stop() }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
25 hits · last 30 days
node
24
OpenAI (training)
1
Resources
gernest-wow — go get gernest-wow · libregistry