Automate the Workflow - iTerm2


Imagine, you’re starting your day on a JIRA ticket, you want to understand that weird bug behavior on your local dev environment. However, any time you startup your project on a local environment you need to have at least 3-4 terminal sessions running just for the fullness of your application to work. That becomes tedious to do manually.

In order to be living our best work life, we need to free ourselves of tasks that are frequently by hand. Today, we’re gonna learn a bit about building our own custom Python script for iTerm2 to manage this workflow.

Prerequisites

Initial Setup