Jump to content

vitor

Staff
  • Posts

    8,534
  • Joined

  • Last visited

  • Days Won

    713

Everything posted by vitor

  1. Thank you for the kind words. You can only rename one file at a time. Renaming multiple is a complex action usually involving some kind of sequencing, and renaming multiple to entirely different things even more so. I’ve never seen a way to do it that I found ideal, neither in GUIs nor in CLIs (and I wrote some, too). The ones that get close still require understanding the rules beforehand. It would also be incompatible with the feature to reopen the Universal Actions panel after renaming, which I find immensely more valuable and have a need for significantly more often. I don’t intend to add the feature unless the solution is so good and clear to regular users that it’s worth a rewrite of the workflow (which likely would need to happen).
  2. Updated to 2024.1. ↩ now deletes the path and reruns the search.⌘↩ removes path from list for current run and reruns.⇧↩ adds path to File Buffer.Updated icon.
  3. As you can see, those are different. And it seems like the one in Google Drive has tighter permissions. Change everyone to Solo lectura.
  4. That link says the video is no longer available. Either way, everything is correctly set up. Try any link by running yt-dlp in the Terminal, that’s what the workflow uses. If you get an error, report that one to them as they’re the ones with the power to fix it.
  5. Your Run Script has a mistake: "${$1}" should be "${1}".
  6. They would have to be executable on any macOS, that’s a Unix thing. Yep, that’s the correct solution. Removing and reinstalling the workflow should get you to that state too, since the most likely reason for that file to not executable is that it lost its permission.
  7. @bdruth That looks like a file permissions issue. Do you perhaps sync your preferences with Maestral? Try deleting the workflow and installing it again. That should get you sorted.
  8. Change the script to "${1}" in place of the source file and either use a Hotkey with Argument Selection in macOS or if you’re using something else use the Automation Task in Files and Folder → Selection in Finder.
  9. Welcome @Flavinsh, Update to 2024.1, just released, which fixes that.
  10. It didn’t, because you already have folders ticked in Extras. In general, it is recommended to not add too much there to not pollute results and instead use the specialised methods (or a workflow) to find files and folders.
  11. Try clicking it. You’ll be taken to the workflow’s Gallery page. In other words, it’s the same thing so leave it as is.
  12. On the contrary, it is not super simple because Firefox doesn’t make it so. On every other major browser it is indeed trivial and there are Automation Tasks to do exactly that. @Stephen_C’s solution will work in just about any app, including Firefox, but you have to select the URL yourself. Browser’s usually set that to ⌘L.
  13. Usage Convert dimensions via the conv keyword. Type a number to see all available units with their full name and symbol. Type a unit to filter. Pressing ↩ on a partial match triggers the autocomplete. See all possible conversion targets when matching a unit exactly. Type further to filter for target units. Connector words (“to”, “as”, “in”) are optional to help with readability. Rounding precision and notation can be set in the Workflow’s Configuration. ↩: Copy result to clipboard. ⌘↩: Paste result to frontmost app. Configure the Hotkey or use the Universal Action as shortcuts to convert results from Alfred’s Calculator, Clipboard History, or selected text. ⤓ Install on the Alfred Gallery | Source
  14. Click the (…) to the right of Alfred filters results and change Match Mode to one of the word matching options.
  15. This usually means you installed Python from their website, in which case you have to install the certificates too.
  16. Not sure I get this part. Drag where? Also, it’s not clear to me what exactly you want to happen, which results you want to see or not. The Ignore in Alfred workflow might be what you’re looking for.
  17. Updated to 2024.1. Allow changing settings with either System Settings or Power Management. See the Workflow’s Configuration for more information.Support for more chips, via Power Management method.
  18. You may be missing the shebang. Note you don’t need Python for that, you could use a Replace Utility: Replace [regex] (.+) with \\\\text{$1}
  19. Dropbox is no different from Google Drive, it also needs to be set as offline. As for ~/Alfred/, from what I understand from the conversation above you set that after it was already broken by Google Drive. Have you checked the permissions and sizes? Screenshot that info panel on the preferences where they work, and then again after they break on Google Drive to see if anything jumps out. We have established the issue happens specifically when moving the preferences to a cloud provider, so what needs to be figured out is what exactly about your particular setup is the cause. Have you tried moving it to iCloud Drive? All the other major sync services are essentially the same in macOS these days, so trying iCloud Drive is worth a shot so we have more information.
  20. Welcome @mcflurry, When asking about an existing Workflow, it’s best to use its 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. I have moved your post to the correct thread. More information is required to diagnose the issue. Please see the short post How to Report a Problem with a Workflow for details on what to provide.
  21. That should be working. You can also right-click the field in the Dispatch Key Combo and set numpad keys that way. Does that work?
  22. Assuming you’re referring to a Keyword Input, select it a few times in a row so Alfred bubbles it to the top. See also Understanding Result Ordering.
  23. blueutil does work on Apple Silicon. My Bluetooth workflow makes use of it, installed from Homebrew, and there have been no issues with the binary. The error has to be somewhere in the process (you seem to be shipping it yourself?).
  24. If you installed Python from their website (as opposed to using the Homebrew version), you have to install the certificates too.
×
×
  • Create New...