https://github.com/leereilly/gh-yule-log
A Yule log extension for GitHub CLI. ̶Y̶u̶l̶e̶ You'll love it! 🪵 🔥
https://github.com/leereilly/gh-yule-log
gh-extension github-cli vibe-coding yule-log
Last synced: 5 months ago
JSON representation
A Yule log extension for GitHub CLI. ̶Y̶u̶l̶e̶ You'll love it! 🪵 🔥
- Host: GitHub
- URL: https://github.com/leereilly/gh-yule-log
- Owner: leereilly
- License: mit
- Created: 2025-12-16T00:09:11.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-07T16:51:28.000Z (5 months ago)
- Last Synced: 2026-01-13T19:44:06.421Z (5 months ago)
- Topics: gh-extension, github-cli, vibe-coding, yule-log
- Language: Go
- Homepage:
- Size: 82.1 MB
- Stars: 297
- Watchers: 2
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-gh-extensions - leereilly/gh-yule-log - 01-17 | A Yule log extension for GitHub CLI. ̶Y̶u̶l̶e̶ You'll love it! 🪵 🔥 | (⭐ Most Starred)
README
# GitHub Yule Log

A [GitHub CLI](https://cli.github.com/) extension that turns your terminal into a festive, animated Yule log :fire:
Enjoy your Git logs over toasted marshmallows and your favorite beverage :beers:
Vibe-coded with GitHub Copilot Agent and GPT-5.1 the week before Christmas 2025.
## Requirements
- `gh` (GitHub CLI) installed and configured
- A modern terminal that supports ANSI colors
## Installation
```bash
gh extension install leereilly/gh-yule-log
```
For local development:
```bash
git clone leereilly/gh-yule-log
cd gh-yule-log
gh extension install .
```
## Usage
Run the extension with:
```bash
gh yule-log
```

And thanks to [@shplok](https://github.com/shplok) via [#7](https://github.com/leereilly/gh-yule-log/pull/7) you can now press ↑ or ↓ to adjust flame intensity.
Try the experimental `--contribs` flag to see a Yule log themed around your GitHub contributions:
```bash
gh yule-log --contribs
```

## Inspiration
I was surfing Netflix the other night and was astonished at how many [branded Yule logs there were](https://youtu.be/ytMdeo9Re1k?si=Fowy4F-40MmdwMcp). I figured GitHub should get in on that action! Also inspired by [@msimpson's curses-based ASCII art fire art from back in the day](https://gist.github.com/msimpson/1096950).
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.