Jump to content

Hendrik

Member
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Hendrik

  1. Hello, Maybe a dumb question but can you make it work with Alfred? "Switch (Toggle) back and forth between your current and previous (last recently used) tab by pressing Alt + Q". Best Hendrik
  2. Hi, The workflow Quit All Apps on my Mac is very handy, but I want to exclude some apps. Is that possible and how can I make that work? Thanks, Hendrik
  3. Hi, I'm a newbie with workflows and don't know where to put the API code. I go to: tinypng_config within the workflow and see /bin/bash key="{query}" #Storage directory for API key PREFS="$HOME/Library/Application Support/Alfred 2/Workflow Data/carlosnz.tinypng" #Create storage folder mkdir -p "$PREFS" #Save user's key to storage file echo "$key">"$PREFS/api_key" #Notify echo "New API key applied:"$'\n'"$key" Where can I put the API? Best regards, Hendrik
×
×
  • Create New...