asciisavers

Crates.ioasciisavers
lib.rsasciisavers
version
sourcesrc
created_at2024-11-28 17:30:30.735331
updated_at2024-12-06 19:13:48.816146
descriptionA small collection of ascii screensavers
homepage
repositoryhttps://github.com/coderspark/asciisavers
max_upload_size
id1464825
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
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