2022-04-20 15:11:49 +01:00
|
|
|
# pridefetch 🏳️⚧️
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:11:49 +01:00
|
|
|
Python fetch script for showing your favourite pride flags & system info!<br>
|
|
|
|
Forked from [megabytesofrem/pridefetch](https://github.com/megabytesofrem/pridefetch).<br>
|
2020-08-26 02:04:10 +01:00
|
|
|
|
|
|
|
## Examples
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
#### Display a trans flag
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2020-08-26 02:04:10 +01:00
|
|
|
`pridefetch -f trans`
|
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
#### Display either a trans or lesbian flag, with a 50/50 chance
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 17:03:28 +01:00
|
|
|
`pridefetch -r trans,lesbian`
|
2020-08-26 02:04:10 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
#### List all the available flags
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
`pridefetch -l`
|
|
|
|
|
2022-04-20 15:08:18 +01:00
|
|
|
#### Display help with pridefetch
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:08:18 +01:00
|
|
|
`pridefetch -h`
|
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
## Quickstart
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 17:53:03 +01:00
|
|
|
**Requirements:** `Python 3.7` or higher and `python-distro`.
|
2022-04-20 15:07:08 +01:00
|
|
|
```bash
|
|
|
|
git clone https://github.com/SpyHoodle/pridefetch.git
|
|
|
|
cd pridefetch
|
|
|
|
chmod +x pridefetch
|
|
|
|
```
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
Then, run pridefetch
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
```bash
|
|
|
|
./pridefetch
|
|
|
|
```
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
You can also add pridefetch to your `$PATH` to run it anywhere<br>
|
2022-04-20 17:48:59 +01:00
|
|
|
|
2022-04-20 15:07:08 +01:00
|
|
|
```bash
|
|
|
|
mv pridefetch /usr/bin/
|
|
|
|
```
|