Jump to content

vitor

Staff
  • Posts

    8,531
  • Joined

  • Last visited

  • Days Won

    713

Everything posted by vitor

  1. Updated to 2024.1. New repository.New icons.New About.Add configuration.Updated code.Remove OneUpdater in favour of Gallery updating.
  2. Updated to 2024.1. Update icon.Skip Input as Universal Action.
  3. Please provide a screen recording of it happening, with the debugger open, so I can look for clues in context. In addition, are you sure you still need the workflow? You might not due to Google Drive now behaving differently.
  4. There’s nothing wrong with that log, it’s working as intended. When it reaches the Script Filter, you have to type something to search for folders in your drive to move to.
  5. You can replicate the workflow without code, like so. It uses a similar technique to Shutdown Timer.
  6. Looks like the old service is retired and they have a new page. While their free tier would be more than enough for most users of the workflow, the hassle of making a new account doesn’t seem worth it when random.org works so well. Here’s an updated version without ANU QRNG. I’ll update the top post and links later.
  7. @ajlande Please follow the debugging steps.
  8. Updated to 2024.1. Skip Input as Universal Action.Remove colons in keyboard shortcuts.Shorter Objective-C functions.Capitalise “TV” in description.Updated search URL. @sepulchra This should fix your issue.
  9. It’s a regular JSON array. Instead of "arg": "one coffee" you do "arg": ["first coffee", "second coffee"]. That will be passed to the next object as multiple arguments. Oh, and good morning!
  10. Wouldn’t you be better served by simply passing multiple arguments? arg can be an array.
  11. Since you need it, decided to make it available today. Already live.
  12. 2024.2 New Extras Task Group: Git New Task: Abbreviate with Tilde in Path Rename “Save Image to Clipboard” to “Copy Image to Clipboard” Folder Contents: Convert to Swift
  13. That’s why I need the debugger output. To see what could be happening.
  14. First uninstall the Shortcut you have. Then run the workflow and install the one it asks you to. Then try again. If it still does not work, please provide the debugger output.
  15. It’s unclear to me what you wish to do or what you have already tried. Please add more details so we can properly understand the issue, your goal, and what you already have.
  16. It’s already done and ready to go in the next release. It’s called Abbreviate with Tilde in Path.
  17. As the instructions say, the workflow clears visible notifications.
  18. @katie That GitHub issue is your best bet to find someone who’ll port it to Python 3, but I recommend instead that you look into an alternate maintained workflow, such as @pseudometa’s Supercharged Citation Picker.
  19. Updated to 2024.1. Replaced mediainfo with ffprobe.Remove colons in keyboard shortcuts.Standard message for Download Media.Updated notificator.Improve sort order when preppending.Fix using ⌃ to open URL in watched link.Remove code to convert from YAML to JSON.
  20. This is simple enough and looks quite ready to go in the Gallery, but I have a few suggestions: You don’t need the Run Script, you can and should instead use the Run Shortcut automation. That would make it use no code and be a good candidate for the “Good for Learning” category.Would be useful to add a Hotkey Trigger too. I can imagine someone using e.g. ⌘⇧6 to take the screenshot and get the text. By the way: nice use of the Automation Task.
  21. This can be done by leveraging the rerun key in the Script Filter JSON. If you know your script will be slow, you can have it run multiple times and return more data as it’s available. This thread is a decade old and Alfred is constantly evolving, so for something this old it’s best to instead ask the question anew, expanding with your specific set of requirements as the solution you need may even be better served by a different approach.
  22. You don’t need the export PATH, Alfred already includes those. You also shouldn’t need those variable assignments, they don’t look like they’re doing anything. In short, the last line should be enough for everything. I’m wondering why you split the flow of objects into a new line halfway, as opposed to just continuing to the right. Doesn’t make a difference, I’m just curious if it was to make the screenshot easier to understand see or if there’s another reason.
  23. That was fun to watch, thank you for sharing the result!
×
×
  • Create New...