Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. https://github.com/anazimok/qrreader
  3. This bug mostly concerns workflow developers. The checkbox "Window behavior: Do not close Alfred Window on actioning result" is not preserved when copying items in the workflow canvas. The bug is really subtle, so that it is really easy to miss that this is the cause of subsequent issues when developing workflows. See the gif, since it's apparent there:
  4. @dood I finally stumbled upon the bug myself and could therefore figure out what was causing the issue. Fixed in version 1.5.0, which should be available via Gallery update in a few days, or directly by downloading it here: https://github.com/chrisgrieser/alfred-reddit-browser/releases/download/1.5.0/alfred-reddit-browser.alfredworkflow
  5. Today
  6. Finally, it works again, I really missed this one .. just have one question, when entering API, is it just the code or something extra? doesn't seem to be converting currency .. or am I doing something wrong?
  7. Once you click that you should be in System Preferences → Privacy & Security → Full Disk Access. Click the + on to bottom left and you’ll have a picker to add Alfred.
  8. Make sure to tell Alfred to not close the window between objects. See also the Controlling Window Behaviour section of the documentation.
  9. Yesterday
  10. This workflow lets you capture an area of the screen containing the QR code and copy the encoded URL/text into the clipboard. https://github.com/anazimok/qrreader/raw/main/QR Reader.alfredworkflow
  11. New to Alfred (and Mac!). On first screen of install, "Configure MacOS". The second button says, "Open MacOS Full Disk Access Preferences". Where do I navigate to after clicking, "Open MacOS Full Disk Access Preferences"?
  12. I should point out that the bookmark search workflow I used prior to writing this was written using PHP, which was not always installed on my computer, thus causing it to fail. For this bookmark search, I'm using ruby, an interpreter which ships with macos and thus will be present.
  13. I have a workflow that has a sort-of two-stage filtering mechanism. First you select an item from one List Filter, then you select an item from a second List Filter to finally trigger an action. An example might be select a US State, then select a website to open up to that specific state. Recently, the second stage of the filter began inconsistently being invisible. I'd trigger the first filter and select a state, then the second List Filter would never show. Interestingly, if you began typing Alfred would show itself again and continue working as before. You can also navigate the invisible second List filter by using your arrow keys, enter, or the cmd shortcuts. I have a tiny workflow for reproducing the bug that I can share if there's some way to. I have a workaround which is to add a 0.01s delay between the two list filters. With the delay, I have had the second filter be visible consistently. It's odd to me that this would be needed and why it would suddenly start behaving this way. I have tested this on two different computers, one Apple Silicon, one Intel. Both OS's are on 14.4. Both are running Alfred 5.5 [2257], but the behavior started before upgrading to 5.5. Thank you for your help with this
  14. New version 1.1.0 released 🎉 Now you can add the current active tab of the frontmost browser to on of your lists.
  15. Sorry just saw this. I see, I have lots of credits but all expired. Thanks for clarifying that.
  16. Hey everyone -- my first time sharing, but hopefully someone finds this interesting and usable. You can download (and contribute!) over at the Alfred Tabnab github repo. Feedback more than welcome. Use the `nab` keyword to grab URLs, Markdown links, and even AI-generated summaries of your open Chrome tabs.
  17. Well... That's embarrasing. Never noticed. Thank you
  18. You’re using the old version. Download Alfred 5 from the website.
  19. I’m unable to reproduce. Could you share the workflow in question, as well as the method in which you’re calling it (not only the code, but also the way in which you’re invoking it, e.g. which app you’re using)? Would also be useful to know the exact version of Alfred and macOS that you’re on.
  20. Here’s a related neat trick. One problem is that sometimes a menu item changes its name depending on something else in the app. For example: in Messages you can see Edit → Tapback Last Message… by default, but if you select a message it changes to Edit → Tapback Message… You can use that difference to your advantage in the workflow to e.g. only make something happen when the right option is available, but sometimes you want activate the menu item regardless of this detail. In this case what you can do is add both as separate Automation Tasks. Because an Automation Task error stops the flow of execution, this means only the active option will get through. You can see this exact example in action in the Tapback Message workflow.
  21. I forgot to add those, sorry... Sonoma 14.2.1 Alfred 1.2 (220) Issue persists in every theme
  22. Welcome to the forum. What: version of macOS are you using; version of Alfred are you using; Alfred theme are you using? Stephen
  23. I'm sure I'm preaching to the converted but there are some really easy, useful things you can do with Automation Tasks in a workflow. I'll give you an example. I have frequently to battle with a reasonably deeply nested menu in Day One in which I can turn off, or on again, smart quotation marks. (Tip: don't have a workflow called Save 'ur… something!). Finally, this morning, realisation slowly dawned. Keyword: dss, linked to: Now why didn't I think of that before? If you suffer from deeply nested, often used, menu items…well, there's a possible solution! Stephen
  24. When calling an external trigger via Apple Script (or via the URL alfred://), the focus on the current application is lost, even when the workflow doesn't contain any input elements. Is there any way to accomplish this so that alfred does its stuff in the background without stealing the focus from the frontmost app? tell application id "com.runningwithcrayons.Alfred" to run trigger "name of trigger" in workflow "id of workflow"
  25. https://github.com/danielb2/alfred-bookmark-search another bookmark search. this one is very small codewise and uses alfred's filters to make search efficient. Supports most chromium browsers. It's my first workflow. be gentle
  26. Last week
  27. I tried it before posting here, and it showed me only 5 screenshots and wouldn't show me more in my tests. Thumbnail navigation works perfectly for that purpose. Given that TN seemed to be the successor of RecentlyAdded with additional features, I focused on understanding what it could do instead of trying the navigate the issues in a different workflow. I've also tested it before posting here (I do try to do my homework, I promise), and what it did was give me a mix of recent screenshots and downloads in the same visual list, invoked from the same keyword. But I don't want to mix the two, i want to be able to invoke one or the other using a folder specific keyword (scr for screenshot, rdn for download). Thanks! That's great reassurance.
  1. Load more activity
×
×
  • Create New...