https://github.com/liamg/gifwrap
:octopus: GIFs in your terminal
https://github.com/liamg/gifwrap
Last synced: about 1 year ago
JSON representation
:octopus: GIFs in your terminal
- Host: GitHub
- URL: https://github.com/liamg/gifwrap
- Owner: liamg
- License: mit
- Created: 2021-03-19T20:08:23.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T11:43:21.000Z (over 3 years ago)
- Last Synced: 2025-03-26T13:04:08.047Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 17.1 MB
- Stars: 54
- Watchers: 4
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# gifwrap
GIFs in your terminal.

## Install
Download the [latest binary](https://github.com/liamg/gifwrap/releases/) or install with Go:
```bash
go install github.com/liamg/gifwrap/cmd/gifwrap@latest
```
## Usage
```bash
Usage:
gifwrap [url-or-path] [flags]
Flags:
-f, --fill Fill the entire terminal with the gif, ignoring aspect ratio
-h, --help help for gifwrap
```
## Why?
//TODO: Fill this in