Somehow, I Manage: The Ten Slack Commandments

As a fully distributed team, Slack is our main tool for real-time communication with each other. Keeping up with dozens of messages a day can be daunting, and distractions abound. Here are just a few ways I’ve seen remote teams of all sizes use Slack effectively to cut through the noise and keep the communication flowing.

Read more →

How to print help text in shell scripts

Good shell scripts should come with documentation that is easy to access. Usually some-script -h, some-script --help will print such help — if the developer was nice enough to include docs anyway. I think it’s a really important thing to include in any script you’re going to share with the public. I’ve seen and tried a few different methods over the years. Here are a few, how they work, and what I’m using today.

Read more →

← Previous :: Page 19 :: Next →