Jump to content

vitor

Staff
  • Posts

    8,498
  • Joined

  • Last visited

  • Days Won

    708

Everything posted by vitor

  1. Seems like you’re looking for the Replace Utility, and perhaps the Argument and Variables Utility to save some of those as variables (such as the original).
  2. I’m not sure I understand what you‘re asking. Do you want the Workflow to always open a new tab? If that’s the case, you can scrape everything and connect the Hotkey Triggers directly to an Open URL Action. Or are you looking for something different?
  3. Yes. Use Copy to Clipboard Output and tick the box to Automatically paste to frontmost app.
  4. Close the 1Password app. Then do :1pextras → Reset accounts and try again.
  5. Simplest way is to have a Conditional Utility checking for the User Configuration you set and branch to either Copy to Clipboard Output with different settings. You can also use JSON format to change the object dynamically.
  6. Please provide a screenshot, as well as the debugger output.
  7. Welcome @Orij, Thank you for the complete report. The issue is outside the Workflow, this is an error you can find more about online: Did you install Python yourself, instead of using e.g. the Homebrew version? If so, you may need to install the certificates yourself too.
  8. Welcome @awcm0n, It reads “Sign in and update items”.
  9. When you’re in Name (like your screenshot), you can ⇥ (tab) through fields/checkboxes. Use ⇧⇥ to move back, space to toggle the checkbox (when you’re in it), and the arrow keys to select something else in the dropdowns.
  10. Use an Argument and Variables Utility to store the output of the Universal Action to a variable, then use a Keyword Input to ask for more information (leave the Keyword itself empty). You can again save the output of that to another variable, or use it directly.
  11. Maybe SoX, “the Swiss Army knife of sound processing programs”. I’ve used it in the past for reducing silence in recordings, but haven’t used it extensively.
  12. Welcome @Diddha, Have you checked the plugin mentioned above? I stopped using Spark some months ago but it’s likely it still works as they haven’t changed much. That does make a big difference, because if a feature isn’t supported by the client, a choice has to me made on how to proceed. Alfred supports mailto: links but programmatic attachment support depends on the email client itself. What steps are you doing that trigger Mail to open? It’s necessary to know what you’re doing to best advise how to go about it.
  13. Welcome @5280, When asking about existing Workflows, it’s best to use their own forum thread. While it may seem that starting a new thread could give your problem visibility, it fragments the discussion and makes it less likely the author and users of the workflow (the people who can help) will see it. Maybe you’re bumping into the Python 2 deprecation. Or maybe it’s something else, since the OmniFocus Workflow has been updated to another language and thus should be working (are you certain you are on the most recent version)? Either way, please ask on the proper threads so the people who can help can see it. Don’t forget the necessary information for an effective bug report.
  14. @Daniele You probably updated macOS from a version prior to 12.3. See See Making Python 2 Workflows work on macOS Monterey 12.3 and above. I have just updated and added this one to the list.
  15. However is most convenient to you. Personally I use launchd whenever I need to watch a path. Though watching a directory and compressing the contents without moving them first might not be a good idea, because the compression itself will change the file and you might end up with an endless cycle of compression. You need to be explicit about what this means for me to be able to help. How exactly are you calling Alfred on the file? What exactly happens for you to say it isn’t recognised? What does the debugger say?
  16. What an odd limitation. Are you sure that’s the only way? Again, variables, don’t apply here, you can just pass the file path along. The {query} example you gave should work. If it doesn’t, what exactly is happening?
  17. Add a Replace Utility set to “Replace regex /\d+/ with /grateful/”.
  18. Those can be defined generically and precisely, thus will work for anyone. To define a specific display, specific knowledge of your setup would be necessary, i.e. a custom solution.
  19. By connecting it to an Open URL Action with an x-apple.systempreferences: link. You might need some trial and error to find the exact one for that pane, but there are plenty of resources online with these links and they tend to follow a predictable pattern. Also note both that pane and the System Settings are new in Ventura, so links may change/be wrong/not be implemented yet.
  20. Welcome @fonrims, Tried how? Don’t change the Workflow itself, it picks its own Python (3) version. But that error is not related to the language. If you installed Python 3 yourself (instead of letting macOS do it for you) you may need to install the certificates yourself too. That version is still up for review. If you’re having an issue, use the one officially out.
  21. Welcome @sballin, That is no longer necessary. Click the [x] on the top right, then go into Environment Variables and change useDesktopClient to True. Alternatively, I’ve submitted a pull request to simplify user configuration. By downloading that version, you should be able to set it up by ticking the only unticked checkbox.
  22. The clipboard insight is a good one. This may be caused by a race condition on Microsoft’s Remote Desktop part where they mark the data as accessible and try to process it before it truly is ready, causing the hang when it’s requested. I’ve found other reports of problematic interactions between Remote Desktop and other apps, with the clipboard being the common issue. On “Mac OS Remote Desktop Client freezes on interaction with Slack”, there is a comment pointing out how to disable the clipboard feature on Remote Desktop.
  23. @pubay Did you end up trying to make a new user account on the Mac and seeing if it worked? There’s also ShortcutDetective (scroll down a bit) to identify potential conflicts, but this seems like something deeper in your setup.
  24. Welcome @ericlimer, It’s a PHP deprecation causing the issue. Meaning PHP itself changed over the years and a feature is no longer working as before. Small fix, I have submitted a pull request. You can download the fixed version with this link.
×
×
  • Create New...