All Projects → gernest → Wow

gernest / Wow

Licence: mit
😮❗️❗️ Wow❗️ now my Go commandline app is spinning with 🌈 and 🐴

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Wow

Gosh
Gosh - a pluggable framework for building command shell programs
Stars: ✭ 434 (-12.15%)
Mutual labels:  command-line
Buku
🔖 Personal mini-web in text
Stars: ✭ 4,825 (+876.72%)
Mutual labels:  command-line
Kong
Kong is a command-line parser for Go
Stars: ✭ 481 (-2.63%)
Mutual labels:  command-line
Bash Boilerplate
A collection of Bash scripts for creating safe and useful command line programs.
Stars: ✭ 447 (-9.51%)
Mutual labels:  command-line
2048.c
Console version of the game "2048" for GNU/Linux
Stars: ✭ 453 (-8.3%)
Mutual labels:  command-line
Instainsane
Multi-threaded Instagram Brute Forcer (100 attemps at once)
Stars: ✭ 475 (-3.85%)
Mutual labels:  command-line
Performance
⏱ PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
Stars: ✭ 429 (-13.16%)
Mutual labels:  command-line
Xonsh
🐚 Python-powered, cross-platform, Unix-gazing shell
Stars: ✭ 5,327 (+978.34%)
Mutual labels:  command-line
Dateutils
nifty command line date and time utilities; fast date calculations and conversion in the shell
Stars: ✭ 458 (-7.29%)
Mutual labels:  command-line
Quicli
Quickly build cool CLI apps in Rust.
Stars: ✭ 481 (-2.63%)
Mutual labels:  command-line
Cobra
A Commander for modern Go CLI interactions
Stars: ✭ 24,437 (+4846.76%)
Mutual labels:  command-line
Keep
A Meta CLI toolkit : Personal shell command keeper and snippets manager
Stars: ✭ 451 (-8.7%)
Mutual labels:  command-line
Cz Conventional Changelog
A commitizen adapter for the angular preset of https://github.com/conventional-changelog/conventional-changelog
Stars: ✭ 477 (-3.44%)
Mutual labels:  command-line
Figures
Unicode symbols with Windows CMD fallbacks
Stars: ✭ 438 (-11.34%)
Mutual labels:  command-line
Polyglot
A universal grpc command line client
Stars: ✭ 488 (-1.21%)
Mutual labels:  command-line
N m3u8dl Cli
[.NET] m3u8 downloader 开源的命令行m3u8/HLS/dash下载器,支持普通AES-128-CBC解密,多线程,自定义请求头等. 支持简体中文,繁体中文和英文. English Supported.
Stars: ✭ 6,752 (+1266.8%)
Mutual labels:  command-line
Node.cli Progress
⌛️ easy to use progress-bar for command-line/terminal applications
Stars: ✭ 466 (-5.67%)
Mutual labels:  command-line
Rtv
Browse Reddit from your terminal
Stars: ✭ 4,558 (+822.67%)
Mutual labels:  command-line
Cbt
CBT - fun, fast, intuitive, compositional, statically checked builds written in Scala
Stars: ✭ 489 (-1.01%)
Mutual labels:  command-line
Cabal Cli
Terminal client for Cabal, the p2p chat platform.
Stars: ✭ 479 (-3.04%)
Mutual labels:  command-line

wow

GoDoc

Beautiful spinners for Go commandline apps

wow

Install

go get -u github.com/gernest/wow

Usage

package main

import (
	"os"
	"time"

	"github.com/gernest/wow"
	"github.com/gernest/wow/spin"
)

func main() {
	w := wow.New(os.Stdout, spin.Get(spin.Dots), "Such Spins")
	w.Start()
	time.Sleep(2 * time.Second)
	w.Text("Very emojis").Spinner(spin.Get(spin.Hearts))
	time.Sleep(2 * time.Second)
	w.PersistWith(spin.Spinner{Frames: []string{"👍"}}, " Wow!")
}

Available spinners

Name What it looks like
Star2 star2
GrowHorizontal growHorizontal
Squish squish
Toggle12 toggle12
Smiley smiley
Hearts hearts
Dots3 dots3
Dots11 dots11
Balloon balloon
Clock clock
Dots4 dots4
SquareCorners squareCorners
CircleHalves circleHalves
Star star
Arc arc
Toggle13 toggle13
BoxBounce boxBounce
Line2 line2
Pipe pipe
Triangle triangle
Shark shark
Line line
Arrow arrow
Earth earth
Dots5 dots5
Toggle11 toggle11
CircleQuarters circleQuarters
Toggle9 toggle9
Dots9 dots9
Bounce bounce
Toggle2 toggle2
Toggle7 toggle7
Arrow3 arrow3
Moon moon
Dots6 dots6
Christmas christmas
Dots10 dots10
Hamburger hamburger
BoxBounce2 boxBounce2
BouncingBar bouncingBar
Flip flip
Dots8 dots8
Dots12 dots12
Noise noise
Toggle3 toggle3
Toggle6 toggle6
Runner runner
Dqpb dqpb
Dots dots
Toggle4 toggle4
Monkey monkey
Dots7 dots7
SimpleDots simpleDots
GrowVertical growVertical
Circle circle
Toggle toggle
Toggle5 toggle5
Arrow2 arrow2
Dots2 dots2
Toggle8 toggle8
Toggle10 toggle10
BouncingBall bouncingBall
SimpleDotsScrolling simpleDotsScrolling
Pong pong
Weather weather
Balloon2 balloon2
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].