mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-09 21:25:42 +00:00
Clean up README and add instructions
This commit is contained in:
parent
7d5862d347
commit
a1a13a96ba
28
README.md
28
README.md
@ -1,12 +1,28 @@
|
||||
# pridefetch
|
||||
Neofetch clone written in Python with the ability to display pride flags
|
||||
Python fetch script for showing your favourite pride flags!
|
||||
Forked from [megabytesofrem/pridefetch](https://github.com/megabytesofrem/pridefetch)
|
||||
|
||||
## Examples
|
||||
### Display a trans flag
|
||||
#### Display a trans flag
|
||||
`pridefetch -f trans`
|
||||
|
||||
### Display either a trans or lesbian flag, with a 50/50 chance
|
||||
`pridefetch -c trans, lesbian`
|
||||
#### Display either a trans or lesbian flag, with a 50/50 chance
|
||||
`pridefetch -c trans,lesbian`
|
||||
|
||||
### List all the available flags
|
||||
`pridefetch -l`
|
||||
#### List all the available flags
|
||||
`pridefetch -l`
|
||||
|
||||
## 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/
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user