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.
- Host: GitHub
- URL: https://github.com/andreiavrammsd/progress
- Owner: andreiavrammsd
- License: mit
- Created: 2019-11-04T19:06:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-07T20:58:23.000Z (over 5 years ago)
- Last Synced: 2025-01-03T18:12:15.720Z (5 months ago)
- Topics: golang
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](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).