PrideFetch/README.md

33 lines
762 B
Markdown
Raw Normal View History

# pridefetch 🏳️‍⚧️
Python fetch script for showing your favourite pride flags & system info!<br>
Forked from [megabytesofrem/pridefetch](https://github.com/megabytesofrem/pridefetch).<br>
2022-04-20 17:47:37 +01:00
**Note:** Minimum `Python 3.7` required
2020-08-26 02:04:10 +01:00
## Examples
2022-04-20 15:07:08 +01:00
#### Display a trans flag
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
`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
`pridefetch -l`
2022-04-20 15:08:18 +01:00
#### Display help with pridefetch
`pridefetch -h`
2022-04-20 15:07:08 +01:00
## 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/
```