Categorygithub.com/julz/prettyprogress
repositorypackage
0.0.0-20191213134954-46101f6567ae
Repository: https://github.com/julz/prettyprogress.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

prettyprogress

a tiny library for printing nice-looking console progress

GoDoc

Quick Start

See example/multistep/main.go for the main API, or example/simple/main.go for UI-only structs

Features:

  • Nice unicode icons
  • Colors! Animated Bullets!
  • Multiple parallel steps
  • Unicode progress bars with smooth-scrolling (inspired by this blog post)
  • Simple, composable API: just prints itself, use e.g. uilive for animation
  • Basic UI-only package if you just want to print a nice progress bar or grab a pretty unicode icon

Example:

Output from /example/multistep/main.go:

example