Skip to content

Instantly share code, notes, and snippets.

@fkztw
Created December 5, 2014 18:40
Show Gist options
  • Save fkztw/c3a4708261bebcb7e9ca to your computer and use it in GitHub Desktop.
Save fkztw/c3a4708261bebcb7e9ca to your computer and use it in GitHub Desktop.
Little clock in terminal
while [ 1 ]; do clear; date +"%H:%M:%S" | figlet -m 1; sleep 0.5s; done
@fkztw
Copy link
Author

fkztw commented Dec 5, 2014

Change figlet options to render different layout.

@fkztw
Copy link
Author

fkztw commented Dec 6, 2014

@fkztw
Copy link
Author

fkztw commented Dec 6, 2014

tty-clock -scC 3 -f %Y-%m-%d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment