Terminal dashboard debt counter optimized for Termux in landscape mode. Syncs with U.S. Treasury API (2026-03-18 snapshot) and projects growth at $87,531/sec.
Run this one-liner to grab dependencies and the script from this gist in one step:
pkg update && pkg install curl figlet jq bc ncurses-utils -y && \
curl -sL https://gist.githubusercontent.com/deadflowers/d27f917a721628a16a90fb0b04d5a821/raw/usdebt.sh -o usdebt.sh && \
chmod +x usdebt.sh./usdebt.shby Ray Kooyenga