Skip to content

Instantly share code, notes, and snippets.

@mndrix
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mndrix/11188343 to your computer and use it in GitHub Desktop.
Save mndrix/11188343 to your computer and use it in GitHub Desktop.
AppleScript to find the currently focused iTerm2 tab
tell application "iTerm"
return name of current session of current terminal
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment