Home

Get a Snapshot of Mac OS X Shell Commands

You can get a snapshot of the progress of terminal/shell jobs on Mac OS X by hitting Ctrl+T.

Some terminal commands in Mac OS X appear to hang when, in reality, they are working hard, but not giving you any feedback as to what's going on.

A quick hit of Ctrl+t on your keyboard gives you a snapshot of the progress of foreground jobs.

Let's Connect

Keep Reading

Don't Let Time Control You

Time has the illusion of controlling us. But it doesn't have to. We can be in charge of time.

Feb 08, 2016

Developer Advice: Put Everything on GitHub

Some of the most valuable advice I've received is to put my code out their for the world to read, no matter how embarrassing it may be.

Jun 08, 2020

Multiple Line "If" Statement in CoffeeScript

There are lots of different ways to move "if" statements in CoffeeScript into multiple lines. Pick the one you like the best!

Oct 29, 2014