avatar

ShīnChvën ✨

Effective Accelerationism

Powered by Druid

Open iTerm New Tab From Command Line

Thu Feb 23 2023

I created a bash script to open a new tab in iTerm from the command line so I can open iTerm in other terminal simulators.

#!/usr/bin/env bash
open -a iterm &*