Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/nwtgck/gif-progress

🎬 Attach progress bar to animated GIF
https://github.com/nwtgck/gif-progress

animated-gif cli gif golang progress-bar

Last synced: 13 days ago
JSON representation

🎬 Attach progress bar to animated GIF

Awesome Lists containing this project

README

        

# gif-progress
[![CircleCI](https://circleci.com/gh/nwtgck/gif-progress.svg?style=shield)](https://circleci.com/gh/nwtgck/gif-progress)

Attach progress bar to animated GIF

![Ray Tracing](doc_assets/ray_tracing.gif)
The original gif is from .

## Installation
Download binaries from [GitHub Release](https://github.com/nwtgck/gif-progress/releases).

## Usage

Generate a gif with bar.
```bash
cat in.gif | gif-progress > out.gif
```

## Help

```txt
Attach progress bar to animated GIF

Usage:
gif-progress [flags]

Flags:
--bar-color string Bar color (default "#ccc")
--bar-height int Bar height (default 5)
--bar-top Bar is on top
-h, --help help for gif-progress
```