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

https://github.com/codedownio/slack-progressbar

Haskell library for creating a live progressbar in Slack
https://github.com/codedownio/slack-progressbar

Last synced: 12 months ago
JSON representation

Haskell library for creating a live progressbar in Slack

Awesome Lists containing this project

README

          

# slack-progressbar

![ci](https://github.com/codedownio/slack-progressbar/workflows/ci/badge.svg)

This is a simple library for creating and updating Slack messages that contain progress bars.

It can be used to display the progress of a long-running task in a Slack channel, for example as part of CI tooling.

See the code in [Main.hs](./app/Main.hs) for an example which generates the video below.

# Example

![example](example.gif)