Pact is a presidential action tracker.
It returns recent presidential actions, sourced from the White House.
This script does it all for you.
curl -fsSL 'https://github.com/Toxikuu/pact/raw/refs/heads/master/install.sh' -o /tmp/pact-install.sh && sudo bash /tmp/pact-install.sh && rm -vf /tmp/pact-install.sh
Once your curiosity has been sated, sudo rm -vf /usr/bin/pact
.
By default, pact shows the 10 most recent presidential actions:
pact
To view more pages (10 actions per page), pass -p NUM:
pact -p 4 # shows the 40 most recent presidential actions