An open API service indexing awesome lists of open source software.

https://github.com/andreiavrammsd/progress

Display a progress indicating that certain tasks are really running.
https://github.com/andreiavrammsd/progress

golang

Last synced: 3 months ago
JSON representation

Display a progress indicating that certain tasks are really running.

Awesome Lists containing this project

README

        

# Progress

A basic tool for Go programs to display a progress indicating that certain tasks you may run are being executed.

Tested with `xterm`.

## Docs

[![GoDoc](https://godoc.org/github.com/andreiavrammsd/progress?status.svg)](https://godoc.org/github.com/andreiavrammsd/progress)

## Install

```bash
go get github.com/andreiavrammsd/progress
```

## Usage

See the [examples](./examples_test.go).

## Testing and QA tools for development

See [Makefile](./Makefile).