| Crates.io | dvd-term |
| lib.rs | dvd-term |
| version | 0.1.43 |
| created_at | 2024-05-26 00:25:41.665243+00 |
| updated_at | 2025-02-05 20:39:22.279557+00 |
| description | A bouncing ASCII art DVD logo (or custom text) for the terminal. |
| homepage | |
| repository | https://github.com/alefnull/dvd-term |
| max_upload_size | |
| id | 1252280 |
| size | 2,692,189 |
A bouncing ASCII art DVD logo (or custom text) for the terminal. Uses figlet-rs for converting 'logo' text into ASCII art.

rand from 0.8.5 to 0.9.0clap from 4.5.11 to 4.5.27rand function calls with their replacementscargo install dvd-termUsage: dvd-term [OPTIONS]
Options:
-t, --text <TEXT> The custom text to use. Defaults to "DVD". Can be used multiple times to display multiple 'logos'
-f, --font <FONT> Specify a custom figlet font path
-c, --color <COLOR> Initial logo color code (0-255). Defaults to white (15). (https://ss64.com/bash/syntax-colors.html)
-r, --random If included, logo will randomize color when it bounces
-s, --speed <SPEED> The speed of the logo (how many 'cells' to move per second). Defaults to 8
-p, --plain If included, logo will be displayed in plain text instead of converted to ASCII art
-a, --art <ART_PATH> Specify the path of a plain text file with the ASCII art to display
-h, --help Print help
-V, --version Print version
If you encounter any bugs or problems, or you simply have a feature request, please feel free to create an issue or make a pull request, and I'll be happy to review and respond, and merge any PRs that pass a quick review.
See CONTRIBUTING for details.
Licensed under either of
at your option.