Jump to content

vitor

Staff
  • Posts

    8,494
  • Joined

  • Last visited

  • Days Won

    708

Posts posted by vitor

  1. 2 minutes ago, giovanni said:

    it'd be great to be able to read/export usage stats!

     

    The file appears to be base64 encoded, so you can read it with: base64 --decode "${HOME}/Library/Application Support/Alfred/usage.data". That doesn’t give you the whole picture and you’d have to decipher what each segment means.

     

    4 minutes ago, giovanni said:

    to visualize years of usage

     

    You’d have to be saving that file regularly. The GUI only shows statistics os the past 28 days so it’s likely that’s what’s stored.

  2. 2 hours ago, luckman212 said:

    This hasn't caused other problems (that I'm aware of) but I assume that somehow it's tripping Alfred up.

     

    Reasonable assumption. Apps without a bundle ID are rare and they tend to cause problems to other apps who interact with apps (like Alfred) but issues may crop up in regular usage of macOS as well.

     

    There’s likely a workaround which can be applied in Alfred, but I’d recommend you contact the developer of the app and let them know of the missing bundle ID. When I do that, I suggest one or two which would make sense for them, to not make the developer have to learn what a proper one looks like (which would increase the burden of doing it, lowering chances that it would be fixed).

  3. 7 hours ago, Habeeb said:

    assuming that most of the alfred users are power users and type fast.


    Not an accurate assumption, I’d say. Alfred has many non-power users, wherever you want to draw that line. Plus, being a power-user doesn’t mean you always type fast.

     

    The current implementation of that Workflow is based on the previous PHP versions, with some tweaks. It has already been juiced for speed without compromising usability, but they (including the Amazon one) are short and simple. If you want to do some changes / tests and suggest specific code improvements, they will be welcome for consideration.

  4. On 1/15/2022 at 1:43 PM, UKDEVELOPER said:

    But Im not sure how to bring the preferences back into Alfred.

     

    Alfred Preferences → Advanced → Syncing. Set it to the directory where your old preferences are and Alfred should pick those up and use them.

     

    On 1/15/2022 at 1:43 PM, UKDEVELOPER said:

    at the moment it's using the dropbox ones (as if I have two backup machines)

     

    What does that mean in practice?

  5. That image is from your text editor, right? But what you’re asking is for that type of suggestion popup to show up across every app, is that correct?


    Do other text expansion apps do that? I somehow doubt it. That looks like a feature which would consume considerably more resources and is unlikely to work in every text field. If dedicated apps which only do text expansion don’t have the feature, it probably wouldn’t be feasible for Alfred to implement it either. If I am wrong, an example of a general text expansion app which does this might be helpful.

  6. Why do you need two Script Filters? Why do you need Script Filters at all? You considered using AppleScript dialogs to requests the input, so it sounds like two Keyword Inputs would suffice and be simpler. While we’re at it, why two? Depending on the input, you may just get them both in one go if you separate them with a comma, or a space, or another character and split it right after, either in your code or with a utility.

  7. 4 hours ago, 40-02 said:

    and I must create all such universal actions in advance


    You do not. That’s what the Workflow Keyword Input checkbox in the Universal Actions preferences is for.

     

    4 hours ago, 40-02 said:

    the way you suggest doesn't allow the use of several items from clipboard history in one query. 


    Neither does yours. You specifically asked for:

     

    On 1/4/2022 at 4:08 AM, 40-02 said:

    to paste the selected item from clipboard history into the end of the previously typed Alfred command

     

    Which is only one item. That solution wouldn’t work with multiple items anyway, unless there was some kind of file buffer for clipboard items. As you described it, as soon as you pressed the shortcut Alfred would switch from Clipboard History to the main search bar.

     

    What you seem to be asking now is not for Alfred to add the text to the previous typed command but to invisibly add it and auto-run it, which would be antithetical to Alfred’s design. What you’d need for that are External Triggers. You can’t have it both ways.

     

    Right now, what gets you closer is the solution above and/or SequentialPaste.

     

    As to your initial idea, its interface isn’t clear at the moment. You explained in detailed steps what you do right now, but not how your desired feature would work from a user’s perspective, exactly what one would do and see.

  8. You’ll need to do some coding. Either make the metronome yourself or grab a ready made tool. Place the code in a Run Script Action and trigger it via a Keyword Input.


    To stop it, add another Keyword Input to kill/terminate the process.


    From your other posts I recall you can code, so I’ll leave the exact implementation to you, though we can assist with particular details which pertain to making it fit into Alfred.

  9. 19 minutes ago, Finerdly said:

    I don't see how that proves that Alfred can't be the issue


    Look at your own post, specifically the Console.app output: Alfred is trying to show but is being stopped. And that is happening because of something you have installed/configured, as evidenced by the fact it doesn’t happen on a fresh account.

     

    If you are trying to drive down a road but can’t proceed because there’s a barricade in the way, is it your car’s fault? No, it’s the fault of whoever blocked the road, which is why it’s important to figure out exactly who that is.

     

    Which app(s) is causing this to happen and in which circumstances? After finding that and getting a consistent way to reproduce, perhaps Alfred can implement a workaround or we can file a bug report with the source of the problem.

  10. On 1/13/2022 at 4:00 AM, aMoniker said:

    Thanks for this solution - it does invoke search (with a slight lag time) but unfortunately it suffers from the same problem. Alfred search stops working until I run the app again manually


    The point is that you’d use the Workflow instead of the main shortcut.

     

    39 minutes ago, Finerdly said:

    I also have this issue and am able to reproduce it by simply focusing (putting text cursor into) a password field in safari and then trying to display the Alfred bar with the global hotkey.


    Do you have any extensions or plugins installed (e.g. 1Password)? Which?

     

    41 minutes ago, Finerdly said:

    Then I created a new MacOS user and quickly realized that this issue is not reproducible there at all.


    Which proves the culprit isn’t Alfred but something else on your machine is causing the bug.

     

    Does The Workflow above work for you?

×
×
  • Create New...