gfold 2026.9.0

CLI tool to help keep track of your Git repositories.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Demo

This document contains information related to the [demo GIF](https://raw.githubusercontent.com/nickgerace/gfold/main/assets/demo.gif).

## Attribution

The demo was recorded with [asciinema](https://asciinema.org/) and was converted to a GIF using [`agg`](https://github.com/asciinema/agg).

## Converting Recordings Into GIFs

Using `agg`, convert the recording into a GIF.

```shell
agg --theme monokai --rows 32 --font-size 15 --idle-time-limit 2 <INPUT> <OUTPUT>
```