Clock in terminal

watch -tn1 ‘date +%r | figlet’

On OSX you dont have watch or figlet by default.

You can get them by using MacPorts.

sudo port install watch figlet

Leave a Reply