Merge pull request #4 from Axorax/main

Use table in commandline arguments
This commit is contained in:
echo 2023-05-07 12:48:08 +03:30 committed by GitHub
commit 92686ec52d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,14 +49,16 @@ blue 0 0 255
<h1 align="center">commandline arguments</h1>
`--noascii` turns the asciiart off
`--usepng` uses png instead of asciiarts (still on beta)
`--ascii=<file dir>` uses your txt file as the ascii art
`--distro=<distroname>` forced the program to use another distro's asciiart
`--nouwu` turns off uwuifiation for all lines
`--nocolor` i think you can figure out what this argument does
`--noconf` instead of using the config file, itll use a built-in default config
`--nocolorconf` ....do i reallt have to explain the differences?
`--16color` fallbacks to terminal's configuration instead of relying on terminal RGB support
| argument | description |
| ----------------------- | --------------------------------------------------------------------------------- |
| `--noascii` | turns the asciiart off |
| `--usepng` | uses png instead of asciiarts (still on beta) |
| `--ascii=<file dir>` | uses your txt file as the ascii art |
| `--distro=<distroname>` | forced the program to use another distro's asciiart |
| `--nouwu` | turns off uwuifiation for all lines |
| `--nocolor` | i think you can figure out what this argument does |
| `--noconf` | instead of using the config file, itll use a built-in default config |
| `--nocolorconf` | ....do i reallt have to explain the differences? |
| `--16color` | fallbacks to terminal's configuration instead of relying on terminal RGB support |
<p align="center">jokes aside, the asciiarts are from uwufetch, all credits go to them.</p>