FIREPLACE(1)
NAME
fireplace — A cozy fireplace in your terminal
SYNOPSIS
INFO
90 stars
10 forks
0 views
DESCRIPTION
A cozy fireplace in your terminal
README
Fireplace
A cozy fireplace in your terminal

Build and Run
- Install ncurses
- Including the development packages (usually called libncurses5-dev or something similar)
make./fireplace
Options
Usage: ./fireplace [options] -c character An ASCII character to draw the flames. Default is '@'. -h Print this message. -f framerate Set the framerate in frames/sec. Default is 20. A framerate of zero will make frames spit out as soon as they are ready. -t temp Set the maximum temperature of the flames. Default is 10. A higher temp means taller flames. Press the up/down arrows to change the temperature at any time. -r print random characters
Press ^C or q at any time to douse the flames.^C
Docker build and run
docker build . -t fireplace:latestdocker run -it --rm fireplace
Run with arguments:
docker run -it --rm fireplace -t 7
SEE ALSO
fzf(1)— A command-line fuzzy finder — interactive Unix filter for any liststarship(1)— The minimal, blazing-fast, and infinitely customizable prompt for any shellzoxide(1)— A smarter cd command — learns your habits and jumps instantlyblade-code(1)— AI-powered CLI coding agent with 20+ built-in tools, MCP support, and multi-model providersqrrs(1)— CLI QR code generator and reader written in rust
clihub3/4/2026FIREPLACE(1)