FetchCord displays your system information as Discord Rich Presence.
brew tap fetchcord/homebrew-fetchcord
brew install fetchcordThis installs fetchcord and its dependencies (python@3.12, fastfetch).
brew upgrade fetchcord pulls the latest release. The formula is also updated
automatically: a scheduled workflow in this repo watches
fetchcord/FetchCord for new release
tags and updates the formula's url/sha256 on its own.
The formula lives in Formula/fetchcord.rb. Its updater is maintained in the
main FetchCord repo (scripts/update_formula.py) and is pulled by
.github/workflows/update-formula.yml here.