🏳️‍⚧️ Prideful system stats fetch script.
Go to file
github-actions[bot] 0c6b7204cf Build executable
2022-05-24 15:34:37 +00:00
.github/workflows Clean up workflow 2022-05-24 15:31:47 +01:00
src Reorganise directory, improve comments and add more package managers 2022-05-24 14:37:39 +01:00
.gitignore Clean up .gitignore 2022-04-20 17:49:47 +01:00
flake.lock Add a flake to pridefetch 2022-05-22 20:21:50 +01:00
flake.nix Update flake info to add package meta 2022-05-23 09:22:18 +01:00
LICENSE Create LICENSE 2022-05-22 22:49:32 +01:00
pridefetch Build executable 2022-05-24 15:34:37 +00:00
README.md Improve README 2022-05-24 16:34:07 +01:00

pridefetch 🏳️‍⚧️

pridefetch screenshot
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 ❤️