Jump to content

Custom Terminal


Recommended Posts

Is there a way to use a custom terminal (iTerm for the Terminal/Shell ) Feature?
I've selected "Custom" but now it asks for an applescript and I have really no idea what to use here.

On https://www.iterm2.com/documentation-scripting.html I've found the hint to use "iTerm2" and that's what I've set now:

 

Quote

on alfred_script(q)
    tell application "iTerm2"
        activate
        do script q
    end tell
end alfred_script

 

but unfortunately it's not working. Nothing happens when I open Alfred and try to run a command via >...

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...