#terminal #ascii #fireworks #cli

app fireworkrs

Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace that are embedded in the binary

2 releases

0.2.1 Jan 1, 2025
0.2.0 Jan 1, 2025

#323 in Command line utilities

Download history 300/week @ 2025-01-01 43/week @ 2025-01-08

343 downloads per month

Custom license

1.5MB
70 lines

🦀 firework(r)s 🦀

Play text art animations in your terminal! This package includes several pre-made animations like fireworks and a cozy fireplace that are embedded in the binary.

Eowzf_jWMAAk43x

If the folder name is found on disk, firework(r)s will prefer it over the embedded animation. See below how to create your own animation :)

Installation

cargo install fireworkrs

Usage

fireworkrs [folder] [loops]

Parameters (all optional):

  • [folder]: Folder containing text art frames (numbered 0.txt, 1.txt, etc.). Defaults to 'fireworks'
  • [loops]: Number of times to loop the animation (-1 for infinite). Defaults to 20

Examples

Run with defaults (fireworks animation, 20 loops):

fireworkrs

Play the fireworks animation with custom loops:

fireworkrs fireworks 3

Enjoy a cozy fireplace forever:

fireworkrs fireplace -1

Creating Your Own Animations

  1. Create a new folder for your animation
  2. Add text art frames as numbered .txt files (0.txt, 1.txt, 2.txt, etc.)
  3. Run fireworkrs with your folder name

Acknowledgments

This project is a Rust port of firew0rks by addyosmani. Thank you for the inspiration and the amazing ASCII art animations!

License

MIT

Dependencies