Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nwtgck/gif-progress
- Owner: nwtgck
- License: mit
- Created: 2019-07-29T13:42:21.000Z (over 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-04-29T20:07:16.000Z (over 3 years ago)
- Last Synced: 2024-10-23T01:10:04.213Z (22 days ago)
- Topics: animated-gif, cli, gif, golang, progress-bar
- Language: Go
- Homepage:
- Size: 11.9 MB
- Stars: 198
- Watchers: 4
- Forks: 14
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 GIFUsage:
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
```