Jump to content

winterflags

Member
  • Posts

    22
  • Joined

  • Last visited

Reputation Activity

  1. Like
    winterflags reacted to deanishe in Exclude Workflow from Dropbox Sync   
    This should do the trick:
     
    set myName to computer name of (system info)
    if myName = "MACHINE NAME" then
        tell application "Alfred 3" to search
    end if
     
     
  2. Like
    winterflags reacted to dfay in Exclude Workflow from Dropbox Sync   
    You can use Applescript to write a workflow that behaves differently depending on which computer it's running on.  Basically you'd set your hotkey to call an Applescript like this:
     
    set theComp to computer name of (system info) if theComp = "computer A" then // do something else if theComp = "computer B" then return end if  
  3. Like
    winterflags got a reaction from dfay in Running AppleScript unintentionally reopens Alfred bar efter closing   
    Keen observation! That solved my problem, thanks.
    Funny coincidence that they were using the same key combination, so I changed the one used in Evernote.
×
×
  • Create New...