Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/headway
⏱️ Report 0-100% progress, speed, time left, and log messages for tasks
https://github.com/itchio/headway
Last synced: about 2 months ago
JSON representation
⏱️ Report 0-100% progress, speed, time left, and log messages for tasks
- Host: GitHub
- URL: https://github.com/itchio/headway
- Owner: itchio
- License: mit
- Created: 2019-07-02T11:49:35.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-01T16:01:01.000Z (almost 5 years ago)
- Last Synced: 2024-06-21T16:47:19.736Z (7 months ago)
- Language: Go
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# headway
[![Build Status](https://travis-ci.org/itchio/headway.svg?branch=master)](https://travis-ci.org/itchio/headway)
[![GoDoc](https://godoc.org/github.com/itchio/headway?status.svg)](https://godoc.org/github.com/itchio/headway)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/headway/blob/master/LICENSE)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)headway is a small Go library to track the progress of tasks.
**It is developed for internal use, I don't intend to take pull requests.**
It contains:
* `ewma`: an exponential weighted moving average
* `united`: formatting routines for bytes
* `state`: a set of callbacks for log messages & progresses
* `probar`: a CLI progress bar
* `counter`: counting wrappers for `io.Reader` and `io.Writer`
* `tracker`: a speed/ETA estimator for task progress