Wow: Beautiful spinners for Go commandline apps

I just wanted to share what I have been hacking on this weekend. You can add interesting spinners with emojis and so much more.

Please check it out on github https://github.com/gernest/wow

3 Likes
var spinners = []string{
	"⠋",
	"⠙",
	"⠹",
	"⠸",
	"⠼",
	"⠴",
	"⠦",
	"⠧",
	"⠇",
	"⠏",
}

is kinda popular these days :stuck_out_tongue:

It really triggers my OCD how the snake varies in length and which part moves between frames. I suppose it’s a caterpillar of some kind.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.