it stopped working a few weeks ago. i downloaded from the library. ty
Still working for me with iTerm2 Build 3.5.10.
Internally it uses this applescript:
-- new version of script for iTerm2 v2.9+
tell application id "com.googlecode.iterm2"
activate
set _session to current session of current window
tell _session
write text "{popclip text}"
end tell
end tell
Does that script work on your machin when run in isolation, in Script Editor?
1 Like
This script works for me fyi
That’s curious. Can you describe in more detail what is happening when you stry to use the PopClip extension. When you select text, does PopClip appear? Does the terminal action show up? When you click it, what happens?
Actually can you check if PopClip has permission to automate iTerm in Settings → Automation → iTerm
1 Like