PrideFetch/README.md

33 lines
763 B
Markdown

# pridefetch 🏳️‍⚧️
Python fetch script for showing your favourite pride flags & system info!<br>
Forked from [megabytesofrem/pridefetch](https://github.com/megabytesofrem/pridefetch).<br>
**Note:** `Python 3.10` is now required.
## Examples
#### Display a trans flag
`pridefetch -f trans`
#### Display either a trans or lesbian flag, with a 50/50 chance
`pridefetch -c trans,lesbian`
#### List all the available flags
`pridefetch -l`
#### Display help with pridefetch
`pridefetch -h`
## Quickstart
```bash
git clone https://github.com/SpyHoodle/pridefetch.git
cd pridefetch
chmod +x pridefetch
```
Then, run pridefetch
```bash
./pridefetch
```
You can also add pridefetch to your `$PATH` to run it anywhere<br>
```bash
mv pridefetch /usr/bin/
```