asciisavers

Crates.ioasciisavers
lib.rsasciisavers
version0.3.8
created_at2024-11-28 17:30:30.735331+00
updated_at2024-12-06 19:13:48.816146+00
descriptionA small collection of ascii screensavers
homepage
repositoryhttps://github.com/coderspark/asciisavers
max_upload_size
id1464825
size2,558,630
CoderSpark (coderspark)

documentation

README

 logo


A collection of ascii screensavers

🚀 Installation

Dependencies

Linux/Macos specific

wget -O - "https://raw.githubusercontent.com/coderspark/asciisavers/refs/heads/master/install.sh" | sh

Universal download

cargo install asciisavers

🧠 Features

DVD

Run it with the following command:

asciisavers dvd

Options

  • -C --disablecount - Disable the corner counter
  • -d --delay <DELAY> - Set the delay in milliseconds
  • -h --help - Print the help menu
Flying Toasters

Run it with the following command:

asciisavers toasters
Bouncing Ball

Run it with the following command:

asciisavers ball

Options

  • -d --delay <DELAY> - Set the delay between frames in milliseconds
  • -f --fancy - Enable fancy mode on the balls requires a Nerd Font
  • -r --reset <CHARS> - Reset after n amount of characters [Default: 1000]
  • -h --help - Print the help menu
Pipes.rs

Run it with the following command:

asciisavers pipes

Options

  • -d --delay <DELAY> - Set the delay between frames in milliseconds
  • -t --type <TYPE> - Set the type of the pipes 0-9 (can be used multiple times) [Default: [0]]
  • -c --colour <COLOUR> - Set the colours of the pipes 0-7 (can be used multiple times) [Default: [0, 1, 2, 3 ,4 ,5 ,6 ,7]]
  • -R --randomize - Randomize the starting position of the pipes
  • -s --stats - Disable the stats of the pipes in the corner
  • -h --help - Print the help menu

💭 Inspired By

🤝 Contributing

We are okay with contributors of any skill level! If you have an idea for a screensaver or want to make a documention, go ahead!

Commit count: 46

cargo fmt