wake_up_neo

Crates.iowake_up_neo
lib.rswake_up_neo
version1.1.1
sourcesrc
created_at2023-02-22 15:25:13.322441
updated_at2023-02-23 12:59:38.721454
descriptionSimulates the hacked terminal from "The Matrix"
homepage
repositoryhttps://github.com/Watagon/wake_up_neo
max_upload_size
id791887
size152,303
(Watagon)

documentation

README

wake-up-neo

Crates.io GitHub last commit GitHub

Simulates the hacked terminal from "The Matrix"

Demo

demo

Installation

cargo install wake_up_neo

Usage

Simulates the hacked terminal from "The Matrix"

Usage: wake_up_neo [OPTIONS]

Options:
  -n, --name <NAME>           name used in message. (Default "Neo")
  -m, --message <MESSAGE>...  message to print to console
  -c, --color <COLOR>         character color [possible values: black, red, green, yellow, blue, magenta, cyan, white]
  -b, --bg-color <BG_COLOR>   background color [possible values: black, red, green, yellow, blue, magenta, cyan, white]
  -i, --ignore-ctrlc          Ignore Ctrl-C (SIGINT)
  -d, --delay <MIN> <MAX>     display delay in milliseconds
  -h, --help                  Print help
  -V, --version               Print version

License

This software is provided under the MIT license .

Commit count: 23

cargo fmt