https://github.com/lennart1978/donut-cli
A nice CLI donut animation
https://github.com/lennart1978/donut-cli
c cli-app linux
Last synced: 6 months ago
JSON representation
A nice CLI donut animation
- Host: GitHub
- URL: https://github.com/lennart1978/donut-cli
- Owner: Lennart1978
- License: mit
- Created: 2025-04-23T07:12:48.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-04-23T07:25:22.000Z (6 months ago)
- Last Synced: 2025-04-23T21:15:32.489Z (6 months ago)
- Topics: c, cli-app, linux
- Language: C
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# donut-cli
## Compile
```bash
gcc donut.c -s -O3 -o donut -lm
```## Usage
```bash
Usage: ./donut [color] [speed]
Press 'q' or ESC to quit.Arguments:
color Color name (optional, default: green).
Available: green, red, blue, cyan, magenta, yellow, white
speed Positive speed factor (optional, default: 1.0).
> 1.0: faster, < 1.0: slower.
```