Skip to content

seyuta/goprobar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoProBar

Go Report Card PkgGoDev

GoProBar is a simple rendering progress bar in terminal application / CLI

Installation

Use the Go Modules to install GoProBar.

go get github.com/seyuta/goprobar

Usage

import (
	probar "github.com/seyuta/goprobar"
)

func main() {
	total := 100000

	for i := 1; i <= total; i++ {
		probar.ProgressBar(i, total)
	}
}

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

About

Golang CLI progress bar

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published