mirror of
https://github.com/SpyHoodle/PrideFetch.git
synced 2024-11-22 02:45:42 +00:00
🏳️⚧️ Prideful system stats fetch script.
1fd3413005
- Match the new directory structure - Do not copy packages.py into bin |
||
---|---|---|
.github/workflows | ||
src | ||
.gitignore | ||
flake.lock | ||
flake.nix | ||
LICENSE | ||
pridefetch | ||
README.md |
pridefetch 🏳️⚧️
Python fetch script for showing your favourite pride flags & system stats!
Originally forked from megabytesofrem/pridefetch.
Examples
Display a trans flag
pridefetch -f trans
Display either a trans or lesbian flag, with a 50/50 chance
pridefetch -r trans,lesbian
List all the available flags
pridefetch -l
Display help with pridefetch
pridefetch -h
Quickstart
Requirements: Python 3.7
or higher and python-distro
git clone https://github.com/SpyHoodle/pridefetch.git
cd pridefetch
chmod +x pridefetch
Then, run pridefetch
./pridefetch
You can also add pridefetch to your $PATH
to run it anywhere
mv pridefetch /usr/bin/
Running on NixOS
If your system supports flakes
⚠ Note: This has only been tested on x86_64-linux; it may or may not work on your system
You can run pridefetch straight away
nix run github:SpyHoodle/pridefetch
Or, install it and then run
nix profile install github:SpyHoodle/pridefetch
pridefetch
Made with ❤️ and 🏳️⚧️
- Pridefetch is at an early stage, so may not work on all systems.
- Please report any issues or bugs on the Issues tab.
- Checkout our contributing guidelines if you'd like to contribute.