Created
August 23, 2024 04:15
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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