garysimpson.dev
Mobile development with swift and flutter

TitleHere

September 20, 2024 at 8:30AM



Found this neat tidbit about Terminal. Turns out it has a build in calendar command. I entered the command below to view the calendar forn 1982.

cal 1982

The Verge has a cool a cool article. See also some of my other faves listed below.


CommandDescription
calDisplays current month and year with highlighted date
cal 01 1982Displays month and year
caffeinate -t <length of time>Keep your system awake for the specified time in seconds (300 = 5min)
topGives Activity Monitor level stats about the system.
defaults write com.apple.dock persistent-apps -array-add ‘{“tile-type”=”spacer-tile”;}’; killall DockInserts black tile into the Dock.


Happy Coding ;-)