Skip to content

Instantly share code, notes, and snippets.

@mcthomas
Created August 23, 2024 04:15
Show Gist options
  • Save mcthomas/a6ba8043e936f4814066e97c2403b8dd to your computer and use it in GitHub Desktop.
Save mcthomas/a6ba8043e936f4814066e97c2403b8dd to your computer and use it in GitHub Desktop.
Date and time in a colorful box for your terminal. Best as an alias.
while true; do echo "$(date '\''+%D %T'\'' | toilet -f term -F border --gay)"; sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment