https://github.com/ckaznable/ateshi
ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test.
https://github.com/ckaznable/ateshi
cli minato-aqua ratatui rust tui ufo-test vtuber
Last synced: 11 months ago
JSON representation
ateshi is a Command Line Interface (CLI) tool designed to mimic the functionality of UFO Test.
- Host: GitHub
- URL: https://github.com/ckaznable/ateshi
- Owner: ckaznable
- License: mit
- Created: 2024-09-10T03:11:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T08:49:55.000Z (almost 2 years ago)
- Last Synced: 2025-07-06T22:52:44.371Z (about 1 year ago)
- Topics: cli, minato-aqua, ratatui, rust, tui, ufo-test, vtuber
- Language: Rust
- Homepage:
- Size: 844 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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/](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
```
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.
To exit the program at any time, press the 'q' key.
## 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 (湊あくあ)](https://www.youtube.com/channel/UC1opHUrw8rvnsadT-iGp7Cg): A legendary maid VTuber who created wonderful memories that inspired this project.
[@mkft](https://github.com/mkft): For proposing and testing this project.