Jump to content

vitor

Staff
  • Posts

    8,417
  • Joined

  • Last visited

  • Days Won

    696

Everything posted by vitor

  1. Welcome @dspruce, Have you installed the Python 3 version, which is linked in the alternatives section of the table?
  2. Welcome @Cromulent, Alfred 5 is a new download, which you can get at https://www.alfredapp.com. Open it and the Migration Assistant will guide you through the process. When you’re done, you can delete Alfred 4 by dragging it to the Trash (avoid using app cleaners, as those tend to be overzealous and might delete settings necessary for Alfred 5).
  3. @jdoe Indeed, what’s happening is that your query is being escaped. Untick the Encode {query} placeholder checkbox in the Open URL and it works. For details on the change:
  4. Figured out a better way to detect Do Not Disturb status. Seems to be both more reliable (does not depend on Menu Bar icon setting) and faster to return state. Just released a new Workflow version with the change.
  5. The Workflow only works on Monterey, it uses a macOS shortcut. For Big Sur and below, a different solution is needed, as per the top post. Note that the file macOS changes when Do Not Disturb is toggled takes longer to change from on to off than the reverse. It may take a few seconds for the Workflow to be able to see the result. I just pushed an update which rewrites the Workflow in JXA and auto-refreshes the state while Alfred’s window is open on dnd. If it still doesn’t work for you, see the conversation above with @Ghost.
  6. @jamesgc The problem is the fatal: Could not resolve HEAD to a revision. Try git -C $(brew --repo homebrew/core) checkout master (after the eval command in the sequence; then continue).
  7. Web Searches are simple by design. Workflows exist precisely so you can design your own complex behaviours which work exactly as you want: Copy the Open URL Action.Use a Conditional Utility to check if input is equal to and leave it blank (i.e. equal to nothing) and branch accordingly.This one you seem to be familiar with. If you need help setting up any of those, do ask!
  8. Those are different things. Both /Applications/Programming/Docker.app and /System/Volumes/Data/Applications/Programming/Docker.app are absolute paths. A relative path depends on the directory one is at the time. For example. If you were in /System/Volumes, to get to the first path you’d do ../../Applications/Programming/Docker.app. Alfred shows those paths because they are the real locations on the filesystem; it is necessary that they be accurate so they work for different uses. You can make a Workflow to copy paths without the /System/Volumes/Data without writing code. Like so.
  9. @zlc1952 Seems like you’re looking for regular expressions. With the Replace Utility, set it to Replace regex c\d+ with c1. The regular expression c\d+ means “the letter c, followed by one or more numbers”.
  10. Welcome @jdoe, Could you share the Workflow in the screenshot (transfer.sh is good temporary storage) so we can test in context? See also the two new checkboxes in Open URL. Depending on how your Workflow is set up, you may need to uncheck one or both.
  11. Welcome @robbchadwick, Check the Getting Started with Alfred 5 blog post for proper steps. In essence, once you have your (upgraded) license run Alfred 5 and the Migration Assistant will guide you. To delete Alfred 4, drag the app to the Bin.
  12. Welcome @toxman, I’ve opened a pull request to fix this. At the bottom of the post there’s a link to the fixed Workflow.
  13. Welcome @ShiJianhui, I’ve updated the link above.
  14. Auto-updating is something Workflow creators build in. I’ve just checked Shimmering Obsidian and it does auto-update via OneUpdater. Maybe the version you had installed was older than the inclusion of the auto-update.
  15. Updated to 2022.14. Use Alfred 5 GUI user configuration.Use Alfred 5 GUI Dialog box for diagnostics.Update internal op tool.Only try to auto-refresh if Alfred is open.Remove update conditional..
  16. Updated to 2022.13. Use Alfred 5 GUI user configuration.Use Alfred 5 GUI Dialog box for diagnostics.Ignore list is now new-line separated.No longer allow multiple paths, to simplify path setting and more readily support Linked Shared Folders. If you have multiple Drives and want to ignore some, add the root to the Google Drive Path and the ones you wish to not see to the Ignore List.Only try to auto-refresh if Alfred is open.Hotkeys for gd and gdf.Remove update conditional.
  17. Updated to 2022.4. Use Alfred 5 features GUI User Configuration. Remove update conditional.
  18. Updated to 2022.2. Use Alfred 5 Automation Task to get Frontmost App.
  19. Updated to 2022.9. Use Alfred 5 Run Shortcuts object. Do not accept new arguments when start from File Action or Universal Action. Remove update conditional.
  20. Probably due to the new behaviour in Google Drive. The solution is to no longer add both drive paths but instead add the folder which contains them. If you want to ignore some, add them to the ignores list (use the unique string in the name for matching). In the Alfred 5 version of the Workflow, that will be the supported method.
×
×
  • Create New...