emorling
emorling

Reputation: 157

How to activate the Scripts menu in iTerm2 on Mac?

I have created a custom AppleScript that works, and placed it in the folder: ~/Library/Application Support/iTerm/Scripts

As described in the documentation here: http://www.iterm2.com/#/section/documentation/scripting

However I don't see a "Scripts" menu in iTerm2 after restarting, as advertised.

Any ideas? Thanks

Upvotes: 1

Views: 1366

Answers (1)

fanaugen
fanaugen

Reputation: 1127

Easy. For some reason, iTerm only shows scripts that were saved with the "Run Only" option (I think they're precompiled scripts in a binary format) in that Script menu. Unfortunately, these scripts cannot be modified, so it's a good idea to also save them as text files or as editable applescript documents.

Upvotes: 1

Related Questions