Tells you who the God is.
whoisgod --religion islam
# or
whoisgod -r christianityYou can also use RELIGION environment variable to set your religion flag.
export RELIGION=islam
whoisgod # AllahRight now we only have Islam and Christianity as valid religions.
Repo has a nix flake so you can use it via Nix3.
nix run github:rootrim/whoisgodIf you don't use Nix3, you can install it by source code. We use mold as linker so install that before installation.
If you want to add religions or fix any misunderstandings about religions in
the code, feel free to contribute. It should be easy as pie.