mirror of
https://github.com/AngelJumbo/lavat.git
synced 2024-11-16 12:46:39 +00:00
Update readme.
This commit is contained in:
parent
ac08d79ad4
commit
083e5ee1bf
21
README.md
21
README.md
@ -22,15 +22,18 @@ $ paru -S lavat-git
|
|||||||
```
|
```
|
||||||
Usage: lavat [OPTIONS]
|
Usage: lavat [OPTIONS]
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
-c COLOR Set color. Available colours: red, blue, yellow, green, cyan and magenta.
|
-c <COLOR> Set color. Available colours: red, blue, yellow, green, cyan and magenta.
|
||||||
Besides those colors the default one is the normal foreground of your terminal.
|
Besides those colors the default one is the normal foreground of your terminal.
|
||||||
-s SPEED Set the speed, from 1 to 5. (default 1)
|
-s <SPEED> Set the speed, from 1 to 5. (default 1)
|
||||||
-r RADIUS Set the radius of the metaballs, from 1 to 10. (default: 5)
|
-r <RADIUS> Set the radius of the metaballs, from 1 to 10. (default: 5)
|
||||||
-R RIM Set a "rim" for each metaball, sizes from 1 to 5. (default: none)
|
-R <RIM> Set a rim for each metaball, sizes from 1 to 5.(default: none)
|
||||||
This option does not work with the default color
|
This option does not work with the default color.
|
||||||
-b NBALLS Set the number of metaballs in the simulation, from 2 to 20. (default: 10)
|
-b <NBALLS> Set the number of metaballs in the simulation, from 2 to 20. (default: 10)
|
||||||
-F CHARS Allows for a custom set of chars to be used
|
-F <CHARS> Allows for a custom set of chars to be used
|
||||||
-h Print help.
|
Only ascii symbols are supported for now, wide/unicode chars may appear broken.
|
||||||
|
-C Retain the entire lava inside the terminal.
|
||||||
|
It may not work well with a lot of balls or witha bigger radius than the default one.
|
||||||
|
-h Print help.
|
||||||
```
|
```
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
7
lavat.c
7
lavat.c
@ -247,10 +247,9 @@ void print_help() {
|
|||||||
" -F <CHARS> Allows for a custom set of chars to be used\n"
|
" -F <CHARS> Allows for a custom set of chars to be used\n"
|
||||||
" Only ascii symbols are supported for now, "
|
" Only ascii symbols are supported for now, "
|
||||||
"wide/unicode chars may appear broken.\n"
|
"wide/unicode chars may appear broken.\n"
|
||||||
" -C Retain the entire lava inside the terminal(It may "
|
" -C Retain the entire lava inside the terminal.\n"
|
||||||
"not "
|
" It may not work well with a lot of balls or with"
|
||||||
"work well with a lot of balls or with a bigger radius than the default "
|
"a bigger radius than the default one.\n"
|
||||||
"one).\n"
|
|
||||||
" -h Print help.\n"
|
" -h Print help.\n"
|
||||||
"(Tip: Zoom out in your terminal before running the program to get a "
|
"(Tip: Zoom out in your terminal before running the program to get a "
|
||||||
"better resolution of the lava).\n");
|
"better resolution of the lava).\n");
|
||||||
|
Loading…
Reference in New Issue
Block a user