Jump to content

Andrew

Creator
  • Posts

    4,926
  • Joined

  • Last visited

  • Days Won

    316

Reputation Activity

  1. Like
    Andrew got a reaction from m3adi3c in Hang when opening non-MAS app [Fixed pre-release 3.3.1 b806]   
    @m3adi3c that's enough info thanks! I can see where that is happening now - I'll have this fixed today thanks
     
    Andrew
  2. Like
    Andrew got a reaction from michaelwills in Using selected text as input, possible?   
    @Overload119 The easiest way to achieve this at a generic level is to have a single separate hotkey defined to show Alfred with the currently selected text in macOS, and place the cursor to the left.
     
    i.e. my Alfred hotkey is alt+space, but I have ctrl+alt+space (workflow hotkey trigger by itself) setup as the following, which puts Alfred in a state (cursor to the left) ready for me to type the keyword:
     

     
    This way, you only need to remember two hotkeys - One for Alfred by default, and one for Alfred with selected text.
     
    Cheers,
    Andrew
  3. Like
    Andrew got a reaction from deanishe in Is there a way to not copy file names with file search action   
    Alfred 3.3 now has this option in the Alfred's advanced prefs - set Selection Hotkeys to "Restore previous clipboard item".
     
    Cheers,
    Andrew
  4. Like
    Andrew got a reaction from zachx08 in Quit/minimize application hotkey   
    @zachx08 There are a few ways you could do this.
     
    Firstly, if you are using the "Launch Apps / Files" action, there is a checkbox at the bottom which toggles visibility. This will allow you to, for example, have one hotkey connected to this action with a single app, then use the hotkey to toggle between the app showing and hiding.
     
    Alternatively, you could use some AppleScript to hide or minimise specific apps in the "Run AppleScript" action, e.g.
     
    http://stackoverflow.com/a/3564215
     
    Hope this helps
     
    Cheers,
    Andrew
  5. Like
    Andrew got a reaction from deanishe in Fuzzy not working in Open With [Fixed pre-release 3.3.1 b804]   
    @dennis.a It looks like you've actually spotted a bug - if you have fuzzy set to "Fuzzy capital letters" in Alfred's Advanced prefs, this works as expected, but when set to fuzzy from word boundary, the behaviour doesn't match the default results as intended.
     
    I'm going to move this to the bugs forum and have it fixed for the next release
     
    Cheers,
    Andrew
  6. Like
    Andrew got a reaction from FroZen_X in how to use "in" with file filter   
    @Srisri You'll need to configure the search fields for the filter to look at text content. Select the Advanced tab of the file filter config sheet and from the + button, select kMDItemTextContent. Remove the other items so it looks like the following:
     

     
    Then, just use the file filter's keyword and search terms.
     
    Hope this helps!
     
    Cheers,
    Andrew
  7. Like
    Andrew got a reaction from Srisri in how to use "in" with file filter   
    @Srisri You'll need to configure the search fields for the filter to look at text content. Select the Advanced tab of the file filter config sheet and from the + button, select kMDItemTextContent. Remove the other items so it looks like the following:
     

     
    Then, just use the file filter's keyword and search terms.
     
    Hope this helps!
     
    Cheers,
    Andrew
  8. Like
    Andrew got a reaction from FroZen_X in Using selected text as input, possible?   
    @Overload119 The easiest way to achieve this at a generic level is to have a single separate hotkey defined to show Alfred with the currently selected text in macOS, and place the cursor to the left.
     
    i.e. my Alfred hotkey is alt+space, but I have ctrl+alt+space (workflow hotkey trigger by itself) setup as the following, which puts Alfred in a state (cursor to the left) ready for me to type the keyword:
     

     
    This way, you only need to remember two hotkeys - One for Alfred by default, and one for Alfred with selected text.
     
    Cheers,
    Andrew
  9. Like
    Andrew got a reaction from vitor in When actioning a selection, don’t overwrite the clipboard   
    @vitor perfect use case for clipboard history placeholder, and in fact, better than the new option I added in the Advanced preferences to buffer and restore in the Advanced prefs which can have minor memory implications.
  10. Like
    Andrew reacted to vitor in When actioning a selection, don’t overwrite the clipboard   
    My use case can now be accomplished in Alfred 3.3 b787 pre-release.
    [{query}]({clipboard:1})
  11. Like
    Andrew got a reaction from S. Sasaki in Force Keyboard acts slow in macOS Sierra   
    @S. Sasaki If you set the focus mode to compatibility in Alfred's Appearance > Options preferences, it works around this macOS bug.
     
    Hope this helps!
     
    Cheers,
    Andrew
     
    [moving to help]
  12. Like
    Andrew got a reaction from vitor in Why the current trashing behaviour? [Fixed 3.3 b787 pre-release]   
    The Alfred 3.3 pre-release b787 has now had some work done on the file actions, so this should be sorted
  13. Like
    Andrew got a reaction from Misha in Search for full sentences?   
    I've just been having a bit of a play to see if this is possible with a file filter, but it looks like it's possible with a direct metadata query in Terminal such as:
     
    mdfind "kMDItemTextContent == '*This is a sentence*'"
     
    I'm going to take a look to see if there are some improvements to the file filter, as this should theoretically be possible.
     
    Cheers,
    Andrew
  14. Like
    Andrew got a reaction from abbood in How to mass change alfred custom searches   
    Hi @abbood,
     
    Alfred stores thes in a plain text plist in Alfred.alfredpreferences/preferences/features/websearch/info.plist so should be pretty easy to batch edit / change... but if you are doing lots of custom searches with the same / changing domain, it might be worth creating a workflow instead and using a variables for the domains.
     
    Cheers,
    Andrew
  15. Like
    Andrew got a reaction from vitor in When actioning a selection, don’t overwrite the clipboard   
    Ah yeah, this has slipped down in my tickets... I'll re-target it
  16. Like
    Andrew got a reaction from ghui in Is there a way to notify user to do some config just after the workflow was installed.   
    @ghui there is no way at this point to automatically show variables which need filling. The best thing to do for now is put some info in the "About this Workflow" section to say something along the lines of: "Set your API token in the variables panel".
     
    I'll add a note to have a think about "required variables" for a future release of Alfred
     
    Cheers,
    Andrew
  17. Like
    Andrew reacted to deanishe in Latest Alfred Tutorial   
    Time to get passive-aggressive and submit a tutorial on how to convert smart quotes to dumb ones.
  18. Like
    Andrew got a reaction from vitor in Why the current trashing behaviour? [Fixed 3.3 b787 pre-release]   
    I agree with this and I actually raised a ticket the other day to look into reverting this and the other file actions (copy / move) back to telling Finder and using AppleScript. It would also re-sort the issue of moving apps to /Applications/ where permissions need to be elevated, and App Translocation fettling by Finder to take place.
     
    Leave it with me, this is likely to be sorted.
     
    Cheers,
    Andrew
  19. Like
    Andrew got a reaction from Will-i-am in Play Sound Output   
    @Will-i-am not right now, but there will be in a future release of Alfred 3  ^A
  20. Like
    Andrew got a reaction from Mikeatalfred in Snippets not expanding in NValt - if first character [Fixed 3.2.1 b763 pre-release]   
    @deanishe thanks for working that out - I'll get that sorted in the next release
  21. Like
    Andrew got a reaction from LEMONed in Force keyboard is a little buggy on Sierra   
    I'll look into this, but for now, try switching Alfred to focus compatibility mode in the Appearance > Options preferences
     
    Cheers,
    Andrew
  22. Like
    Andrew got a reaction from Grug in v3 snippets don't expand within Alfred   
    Alfred is in the ignore list by default (to prevent clashes when you use e.g. the snip keyword). You can remove Alfred 3 from the ignore list from the Features > Snippets prefs on the little cog to the right of auto expansion.
     
    Cheers,
    Andrew
  23. Like
    Andrew got a reaction from deanishe in Support kMDItemContentTypeTree in File Filters and File Actions   
    @deanishe you can actually already do this if you prefix the type with a + for example:
    +public.image ... will search the content type tree instead of the content type. This should be documented somewhere, I'll check tomorrow and add if it's not 
     
    Cheers,
    Andrew
  24. Like
    Andrew got a reaction from vallovic in Sleep Command Not Working [Resolved]   
    @leonid thanks for finding this out and the link
  25. Like
    Andrew got a reaction from deanishe in External Trigger doesn't pass variables to Script Filter when called via the Script Filter [Fixed 3.2 b758 pre-release]   
    @deanishe You are right, that would have been really difficult to explain without an example workflow!
     
    If you update to pre-release b758, this should now be fixed
×
×
  • Create New...