DEV Community

Discussion on: Use AppleScript to Automate with iTerm

Collapse
 
snvboy profile image
Ben Johnson

Why not "do shell script..." ? Addressing commands at windows and tabs can be frought with error.

Collapse
 
teej profile image
TJ Fogarty

That's not something I'm familiar with, but it's a fair point. I've been using this mainly for work where I need to send many commands to get everything up and running. I haven't had any issues so far, but I'll keep that in mind for when I encounter problems. Thanks!