Jump to content

Andrew

Creator
  • Posts

    4,926
  • Joined

  • Last visited

  • Days Won

    316

Reputation Activity

  1. Like
    Andrew got a reaction from giovanni in Snippets: search snippet content as well   
    When this was first highlighted a while back, I did some basic research around performance and noise, and found it made the clipboard viewer quite a bit less useful for getting to your clipboard history results as you regularly saw unwanted snippets placed above history items. This is essentially why I kept snippets to keyword and title (think of the title as a kind of metadata or tags field which is also searched), which keeps the history search much more useful.
     
    While I'll unlikely change the clipboard viewer behaviour, I do have two new workflow objects planned - a Snippet Filter and Clipboard Filter, both of which will be decently configurable and will allow for both getting to snippets via their content, and also workflow based processing of these items.
     
    Cheers,
    Andrew
  2. Like
    Andrew reacted to vitor in OpenActions — Granular control over opening apps   
    This workflow is officially deprecated if favour of Alfred’s Automation Tasks. You can find the old source on Github.
     
    The open command gives us extra control when opening apps, such as making new instances or relegating to the background.

    This Workflow emulates those options with File Actions.


  3. Like
    Andrew got a reaction from Danny Nemer in Request: Add "Clear Clipboard History - Last Hour"   
    @Danny Nemer You can actually remove individual items from the clipboard history from within Alfred's history viewer. Select the item you want to remove and use fn+backspace.
     
    Cheers,
    Andrew
  4. Like
    Andrew reacted to nikivi in 200,000 ?   
    Alfred is amazing. ?
     
     
  5. Like
    Andrew reacted to derBingle in Workflow Canvas alignment guides   
    Just throwing together a quick workflow this morning and did the pre-release update to check out the feature. Just wanted to hop back in and say great job! It makes so much easier to make everything look the way you want!
     
    Much appreciated, @Andrew!
  6. Like
    Andrew got a reaction from vitor in When adding a new Terminal Command, recommend Run Script   
    Good idea...
     

  7. Like
    Andrew got a reaction from vitor in Modify workflow behavior based on current app   
    Ah thanks, typo, should be "was was was"
  8. Like
    Andrew got a reaction from vitor in Modify workflow behavior based on current app   
    If you update to the latest pre-release, the snippet trigger is now in - and yep, it means type some text in any app and away you go
  9. Like
    Andrew got a reaction from vitor in Workflow Canvas alignment guides   
    @derBingle If you update to the b837 pre-release, you can now enable this by right clicking in the canvas and selecting in the Options sub-menu
  10. Like
    Andrew reacted to GuiB in Is there a way to keep all spaces in a query when using a script filter? [Fixed 3.4 b837 pre-release]   
    Hi @Andrew, thanks for the update ! At first try this is working great! So thanks a lot  ! Also, I saw the new snippet workflow trigger, this would be a very great addition! Thanks for your work
  11. Like
    Andrew got a reaction from lilyball in Clipboard History doesn't include URLs copied from Maps.app [Fixed 3.4 b837 pre-release]   
    @kballard hmm, I had (wrongly?) assumed that this would have either been wrapped in a single pasteboard "transaction", or clearContents would have adjusted the clipboard change count (i.e. clipboard changed to empty), then writeObjects would have adjusted it too (i.e. changed to contents).
     
    I've had a bit of a play with this and I can comfortably ignore clip counter changes until there are types available.
     
    Thanks for highlighting this - I'll have this fixed in the next 3.4 pre-release
     
    Cheers,
    Andrew
  12. Like
    Andrew reacted to derBingle in Workflow Canvas alignment guides   
    Well that's about as quick of a response as you could possibly expect from a developer! ??
     
    Thanks @Andrew!
  13. Like
    Andrew got a reaction from vitor in Calling an non-existing External Trigger should error out [Fixed 3.4 b832 pre-release]   
    @vitor these are now available in the 3.4 b832 pre-release
  14. Like
    Andrew got a reaction from ronm01 in Location of the Alfred search window   
    This can be enabled in Alfred's Appearance > Options preferences... "Save position when dragging Alfred main window"
  15. Like
    Andrew got a reaction from deanishe in Calling an non-existing External Trigger should error out [Fixed 3.4 b832 pre-release]   
    @vitor Ah sorry, I thought you were talking about the "Call External" output. Yep, I can see that there is no errors being output when the External Trigger AppleScript is run on Alfred.
     
    I've added the following errors into the External Trigger AppleScript for the next release:
    Unknown Error: -1 Workflow Not Found: -2 Trigger Not Found: -3 Workflow Disabled: -4 Cheers,
    Andrew
  16. Like
    Andrew got a reaction from Empyreal in Is there a way to search through Safari Bookmarks through a keyword trigger?   
    This is actually pretty easy, here is my safari search with sh for history and sb for bookmarks:
     
    https://dl.dropboxusercontent.com/u/6749767/Alfred/Workflows/Search%20Safari.alfredworkflow
     
    You could attach a hotkey to the beginning of one of these if you'd like to access one of these searches directly without a keyword.
     
    Cheers,
    Andrew
  17. Like
    Andrew got a reaction from patgilmour in Exclude folders and filetypes both globally and for file filters   
    @deanishe these have content type 'com.netscape.javascript-source'.
     
    This is why I try to suggest creating file filters which have the file types you are looking for such as images, plain text etc (even replacing out the default file filters with ones with multiple types for general search). Then the node_modules folder doesn't need to be excluded.
     
    I've just spent the last few hours looking at the MDQuery API again, to find if there is a graceful way to exclude the e.g. node_modules folder, and there is still nothing I can do without loading tonnes of files first and subsequently filtering.
     
    One possibility could be that I provide an extremely open ended "advanced" file filter object which has e.g. the following fields:
    A raw metadata query with {query} placeholders. A regex to subsequently filter by path, allowing path matches to be rejected. A "Stop looking when x results have been found". It would have the caveat that with great power comes great uhhh potential slowness.
     
    Cheers,
    Andrew
     
  18. Like
    Andrew got a reaction from patgilmour in Exclude folders and filetypes both globally and for file filters   
    I've never suggested this - I'm just trying to suggest solutions which work within the bounds and limitations of macOS and its metadata index which Alfred's file search and file filtering is built on.
     
    This is also why I suggested a possible alternative workflow object.
  19. Like
    Andrew got a reaction from Hongbo Miao in Mavericks multiple monitor support   
    To view Alfred on the currently visible screen, set the "Show Alfred on mouse screen" option in Alfred's Appearance > Options.
     
    When it comes to files, Alfred simply asks OS X to open files and documents, so this behaviour is essentially controlled by OS X. Once Mavericks is settled, I am going to do a full usability run through and see if there are any quirks I need to work around, but for now, you may need to configure certain applications to be more compliant, or play with OS X options such as Mission Control's "When switching to an application" option.
     
    [moving to the help forum]
  20. Like
    Andrew got a reaction from patgilmour in Alfred 3.3.2 [818] - Shiny Update Question   
    Nothing more than I finally got around to updating the Mac Mini Alfred build server to macOS Sierra and Xcode 8 with a fresh reinstall. It was running El Capitan and Xcode 7 before this
     
    Cheers,
    Andrew
  21. Like
    Andrew got a reaction from cands in How to "open with" in Alfred   
    Alfred only applies fuzzy matching to Apps, everything else is keyword or word based throughout the rest of Alfred which is why the actions panel doesn't employ fuzzy matching. This has been by design in Alfred since the start (at a framework level), so is unlikely to change any time soon, but I'll make a note of this thread for possible considerations in the future.
     
    Cheers,
    Andrew
  22. Like
    Andrew got a reaction from bivalvegruff in How to "open with" in Alfred   
    @dgbeecher you can actually do this without any configuration using the file selection hotkey under Features > File Search > Actions > File Selection.
     
    I have set this to alt+f. I select a file in Finder, hit alt+f which shows Alfred's action panel. You can select "Open With" from there
     
    Cheers,
    Andrew
  23. Like
    Andrew got a reaction from FroZen_X in How to delete Last Clipboard entry   
    @FroZen_X you can delete individual items manually using cmd+backspace in the clipboard history viewer.
     
    If you could set Keyboard Maestro to use a transient marker when populating the clipboard, then Alfred's history will ignore this. Alternatively, you could setup an Alfred workflow to do a similar task, and Alfred's Clipboard output object can set the text as transient.
     
    Cheers,
    Andrew
  24. Like
    Andrew got a reaction from Sam_ in How to include workflow results in default search   
    @vitor pretty much sums up the reasoning behind this. Essentially, Alfred is extremely lightweight on a user's Mac, having minimal CPU and battery impact at all times. This is essentially achieved by only running the internal logic paths required which lead to the user's desired result at any one time, not running any unnecessary code. This becomes more significant when [non-native] workflows may take a decent amount of CPU or network traffic.
     
    Added to the fact that this is a rarely requested feature, it's unlikely that this will be implemented into Alfred's default results.
     
    Having said that, and having a think about this, there is one aspect I would consider. You can already create a workflow and attach it to an input filter (such as a file filter, script filter etc). At this point, it's a 1 to 1 mapping for hotkey to input filter. If there was interest, I'd look at enhancing this so that one hotkey could connect to multiple input filters, and results from all filters would be shown. This would essentially allow you to build a workflow which shows a custom version of Alfred with the specific, highly customised results you'd like.
     
    Cheers,
    Andrew
  25. Like
    Andrew reacted to m3adi3c in Hang when opening non-MAS app [Fixed pre-release 3.3.1 b806]   
    @Andrew Thank you very much, sir! Top quality support, as always!
×
×
  • Create New...