8000 GitHub - crisidev/fireworkrs: ๐Ÿฆ€ Fireworks in your terminal ๐ŸŽ†
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

๐Ÿฆ€ Fireworks in your terminal ๐ŸŽ†

License

Notifications You must be signed in to change notification settings

crisidev/fireworkrs

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

18 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿฆ€ 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

Arch Linux

fireworkrs is available as a package in the AUR. It can be installed with an AUR helper (e.g. paru):

paru -S fireworkrs

Cargo

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

About

๐Ÿฆ€ Fireworks in your terminal ๐ŸŽ†

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%
0