Jump to content

Andrew

Creator
  • Posts

    4,928
  • Joined

  • Last visited

  • Days Won

    316

Posts posted by Andrew

  1. 36 minutes ago, pseudometa said:

    I kinda agree here. Even if it is just `gif<enter>query` instead of `gif<space>query` now, it feels a bit weird, since years of using Alfred has taught me that I have to type "keyword space query".

     

    The Grid View is a brand new paradigm, and completely separate view in Alfred. Using a keyword<space> e.g. "gif<space>query" can't take you out of the default result context automatically, as this would wreak havoc when there could be multiple unrelated default result matches.

     

    It'll become second nature before you know it...

     

    keyword<space> = stay in context

    keyword<enter> = new context

  2. 15 minutes ago, pseudometa said:

    Is there a forum thread for discussing / giving feedback for the beta yet? Can't seem to find one.

     

    Just use the forum as usual, the Beta period won't be a long one, just be clear you're referring to 5.5 if there is a bug or something specific.

     

    It is called a Beta this time as there is a much deeper range of features which need validating before we can make this generally available, but really, treat it like a normal pre-release.

  3. 9 minutes ago, swehba said:

    I cannot recommend Alfred unless this issue is resolved

     

    Hangs are extremely rare in Alfred, and when there are hangs, this is due to issues on a specific Mac. As such, we have to treat these on a case by case basis, and in every case, we manage to work out what is happening on a user's Mac causing the hang.

     

    Have you tried resetting the hotkeys as I asked? If you have reset the hotkeys (Spotlight to ⌘Space, and Alfred to his default ⌥Space) and you're still getting the hangs happening, could you export a diagnostics from Alfred by typing ?diagnostics into him. Also, during a hang, open Activity Monitor, select Alfred and then Sample Process from the view menu. If you could email both of these to our info@ address, I'll take a look to see what could be causing the issue.

     

    Please be as open as possible with me trying to provide you with support, the more information you can provide, and the more you try my suggestions, the faster we can get to the bottom of this.

     

    Thanks,

    Andrew

  4. Alfred does prevent ⌘Q from being used as a hotkey (for obvious reasons), however, there is no prohibition of ⇧⌃⌥⌘Q.

     

    I can see when this combo event is pressed, the macOS key event isn't even making it into Alfred's Preferences. I can see other combinations of modifier and Q work fine, so there must be something special (reserved?) about ⇧⌃⌥⌘Q.

  5. On 1/13/2024 at 6:24 PM, IndigoHomme said:

    That Alfred resets its priority to 0 is quite puzzling—what is the purpose?

     

    Alfred isn't changing any priorities, so I couldn't tell you why it's resetting to 0.

  6. @luciano you can also make connections between objects by hovering over an object, then dragging from the little teal coloured connection on the right hand side of the object to the object you want to connect to. Objects which accept an incoming connection will highlight as you start to drag.

  7. 12 hours ago, luckman212 said:

    Just a friendly check in to see how things are cooking in Alfred's kitchen.

     

    *checks oven*... nearly ready... and it's looking delicious!

     

    12 hours ago, luckman212 said:

    Alfred's running fine for me but Sonoma 14.4 seems to be breaking some stuff here

     

    If there is anything Alfred specific which hasn't already been reported in the bugs forum, now is the time to tell us there.

  8. On 1/31/2024 at 3:51 PM, KingMob said:

    There's a related problem that's even worse. I can't fix other people's Workflows because Alfred hard-codes the executable locations. E.g., a Workflow that selected `/usr/bin/php` as its interpreter is broken if I install php with Nix, because `/usr/bin/php` doesn't exist. And since the path to php is absolute, the PATH envvar is irrelevant, even if Alfred could pick up one of my nix paths.

     

    Hard-coding paths is a time-honored recipe for problems.

     

    Just to clarify, Alfred doesn't hard code paths. What you're selecting in the popup is the language you want to use, and Alfred will go off and find it in one of the following locations:
     

    /usr/bin/
    /opt/homebrew/bin/
    /usr/local/bin/
    /opt/local/bin/

     

    For example, I have php installed via Homebrew, so my dropdown looks like this:

     

    image.png

     

    If one of these default languages doesn't suit you, then ultimately you should be using External Script. For advanced users, I always recommend using External Script regardless (with the script saved in the workflow's folder), as this allows you to more easily use version control on your scripts, limitless control over desired script language, and script environment.

     

    You mention in your first reply that you're seeing /usr/bin/php - do you see this, or do you see /usr/bin/php [not installed]? If it's the latter, then Alfred hasn't found php in one of the paths above, otherwise you may have a broken version of php in /usr/bin/php.

     

    Where do you have php installed?

     

    On 1/31/2024 at 3:51 PM, KingMob said:

    In my case, Alfred and nix are incompatible (and it sounds like macports is broken, too). Nix stores multiple versions of programs, and adjusts the PATH to point to whatever version is needed.

     

    In this case, you should be using External Script as your selected language.

     

    Thanks,

    Andrew

     

     

  9. @MM00 Here is a Stack Exchange response of how to disable the index, delete the .Spotlight-V100 folder, then re-enable the index:

     

    https://apple.stackexchange.com/a/437252

     

    This is very similar to the commands Alfred is running internally to request macOS to rebuild its metadata index.

     

    IMPORTANT: Please note that manually using sudo commands to remove files folders is a brute force action in macOS. While I'm pointing to this forum post, it's your responsibility to carefully read and understand what you're doing here, and make sure any copy and paste into Terminal is done correctly.

  10. To reiterate what Vero said, Alfred uses the macOS metadata index for file search. Alfred's reindexing tool requests this index to rebuild, which in all but the most rare cases will fix any issues in both Spotlight and Alfred.

     

    If this isn't working, there may be an underlying error in your macOS metadata index. Could you open Apple's Terminal.app and type the following:

     

     mdutil -s /

     

    Once I see the output, I can provide some more commands to manually rebuild this index.


    Thanks,

    Andrew

  11. 1 hour ago, vBAq said:

    That I do not understand: if I double click the file it launches the drawio app...

     

    When there is a file type of "dyn.ah62d4rv4ge80k6xbs7y08", this means that macOS doesn't know what type of file this is (in this case *.drawio files). The file can still be associated with an app, even if it's an unknown type, which is why it still opens in the associated app.

     

    Alfred is best configured to have less types in the default search, and then using the [spacebar] prefix when doing file searches. This leaves Alfred's default results crispy, clean and accurate by default for workflows and other features. Here is a blog post explaining the spacebar trick:
    https://www.alfredapp.com/blog/tips-and-tricks/spacebar-trick/

     

    Side note: If you're interested, try dragging e.g. a .txt file into Alfred's troubleshooting, and you'll see what a "proper" fully defined content type / tree will look like.

×
×
  • Create New...