Jump to content

Sazhen86

Member
  • Posts

    2
  • Joined

  • Last visited

Posts posted by Sazhen86

  1. I thought I'd post this here in case anyone else finds it useful.  I use ZOC as my terminal application and the following custom code works for Alfred terminal commands:

    on alfred_script(q)
      tell application "zoc6"
        activate
        start conversation
          perform "ZocSend" using q
          perform "ZocSend" using "^M"
        end conversation
      end tell
    end alfred_script
×
×
  • Create New...