ateshi

Crates.ioateshi
lib.rsateshi
version0.1.0
sourcesrc
created_at2024-09-14 08:30:46.289492
updated_at2024-09-14 08:30:46.289492
description ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test.
homepagehttps://github.com/ckaznable/ateshi
repositoryhttps://github.com/ckaznable/ateshi
max_upload_size
id1374569
size37,249
ckaznable (ckaznable)

documentation

README

Ateshi (あてぃしガニ)

ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test.

Features

  • Run UFO Test-like tests in a command-line interface

Installation

You can install ateshi using Cargo, the Rust package manager:

cargo install ateshi

Make sure you have Rust and Cargo installed on your system. If you don't have them installed, you can get them from https://www.rust-lang.org/.

Usage

To use ateshi, run the command followed by four numbers. Each number represents a frame rate (fps) to be displayed, with a maximum value of 240 for each number.

ateshi <fps1> <fps2> <fps3> <fps4>

Example:

ateshi 30 60 120 240

This command will run the test displaying frame rates of 30, 60, 120, and 240 fps.

Note: If you enter a value greater than 240, it will be capped at 240.

Name Origin

The name ateshi comes from an interesting internet meme. It's derived from the Japanese phrase あてぃしガニ (Ateshi gani), which is a meme associated with a legendary maid VTuber. This name adds a touch of humor and uniqueness to the project.

Contributing

Contributions are welcome! Feel free to submit pull requests, report bugs, suggest features. Every contribution, no matter how small, is valued and appreciated.

License

MIT

Special Thanks

Aqua Minato (湊あくあ): A legendary maid VTuber who created wonderful memories that inspired this project. @mkft: For proposing and testing this project.

Commit count: 0

cargo fmt