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: about 1 year ago
JSON representation
🎬 Attach progress bar to animated GIF
- Host: GitHub
- URL: https://github.com/nwtgck/gif-progress
- Owner: nwtgck
- License: mit
- Created: 2019-07-29T13:42:21.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-29T20:07:16.000Z (about 5 years ago)
- Last Synced: 2025-04-08T16:11:21.410Z (about 1 year ago)
- Topics: animated-gif, cli, gif, golang, progress-bar
- Language: Go
- Homepage:
- Size: 11.9 MB
- Stars: 200
- Watchers: 3
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gif-progress
[](https://circleci.com/gh/nwtgck/gif-progress)
Attach progress bar to animated 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
```