Jump to content

dfay

Member
  • Posts

    1,054
  • Joined

  • Last visited

  • Days Won

    62

Posts posted by dfay

  1. On 7/18/2019 at 10:22 AM, woz_one said:

    Wondering if it is possible to exclude results from a recent items list if the parent folder has a specific name (*not necessarily a specific path*)?

     

    With Ableton Live 10, automatic backups are made every so often and so they now populate the recent items list. Each project has a separate folder called 'Backup' that I'd like to exclude the results from. Does anyone know if this is possible?

     

    Thanks in advance! 😄

    I'd use Hazel to automatically add an alfred:ignore tag to those items - unless you really want them to show elsewhere or you don't use Hazel...

  2. Just noticed something very odd.  When I have my phone plugged into CarPlay and navigate to the Alfred Forum site, my head unit, which was playing the radio, went silent.  It only does this when there's something on a web page playing audio or video.  Is there a hidden video or something playing here?

  3. On 10/21/2015 at 9:02 PM, DRM said:

    How would one make a workflow that opens a file in a new Finder window when Finder is not currently open - but opens a file in a new Finder TAB when a Finder window is already open?

     

    Thank you!!

     see

     

     

  4. I've used Skim since 2005, before Preview added annotations, so it's largely a matter of inertia.  But it also has better AppleScript capabilities for getting notes out than anything else I've tried

     

    I was trying to get the app icons but they weren't showing up despite using (what I think was) the correct json.  So I gave up and used the generic 4 square icon.

     

    The "All Tags..." control would need to be addressed through GUI scripting.  I tried a bit with no success.

  5. Cool, thanks - I expect there will be a lot of similar quirks depending on how apps extend the base classes in applescript, but haven’t had the time to do further testing etc.

     

    Unfortunately Readdle seems to have no interest in making their apps scriptable - I had a brief email exchange with them after PDF Expert beta for Mac launched & they’ve done nothing since.  

  6. 2 hours ago, Jasondm007 said:

    Do you have a workflow - or know of another's workflow - that displays and searches for open Finder tabs?

     

    Just added one to this workflow, keyword is fat - Finder active tabs - because FT kept bringing up FaceTime.

     

    The only catch is that AppleScript treats every tab as a separate window, so if you have multiple windows, they will all appear in the results.

  7. Well that lets me get the existing config

     

    {
      "alfredworkflow" : {
        "config" : {
          "textcolor" : "",
          "backgroundcolor" : "",
          "largetypetext" : "{query}",
          "alignment" : 0,
          "fadespeed" : 50,
          "font" : "",
          "fillmode" : 1
        }
      }
    }

    But adding a JSON Config object before the Large Type object with a different value for font doesn't affect the result.

     

    @Andrew is this expected behaviour?

  8. Yes, that's what I was hoping.  I looked at the snippet viewer and the snippet keyword results with an RTF snippet, and neither shows the formatting.

     

    On 6/7/2019 at 10:34 AM, deanishe said:

    In a Large Type? If so, you can use a JSON Config to change the font used.

     

    Hmm I've tried this at your suggestion but am guessing in the dark as to the JSON to use - is it documented somewhere?

×
×
  • Create New...