Jump to content

vitor

Staff
  • Posts

    8,471
  • Joined

  • Last visited

  • Days Won

    706

Everything posted by vitor

  1. 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.
  2. Welcome @Roy Mosby, Related: Snippet import from CSV files. @dfay has a script for it.
  3. It does what it says on the tin: shows Alfred, optionally with some text. Sounds like the perfect case for External Triggers. If the Workflow creator adds it, it will allow you to call the Workflow from another with the exact arguments you want. Or, with User Configuration they can make the text in those Hotkeys configurable. Both are simple to add, no code necessary.
  4. Not yet. That step serves to narrow down the list of cases. What it means is the cause is something specific to your setup, but still not obvious what. Are you syncing your preferences? Which service do you use? In Alfred Preferences → Advanced → Learning, untick the checkbox then set it again.
  5. Welcome @Viola, It depends on the exact nature of your request. Alfred isn’t a password manager; apps who deal with passwords (there are several) tend to do just that. Technically you could use Alfred to store and retrieve passwords, but I’d recommend finding a password manager you like then using Alfred to interact with it. There’s an official Workflow for 1Password as well as third-party Workflows for KeePassXC, Bitwarden, Keychain (native to macOS), and probably others.
  6. Some changes, like setting Hotkeys or changing Keywords can be preserved. But if you’re deleting, adding, or reconnecting objects, it becomes tricky to reliably know what to keep and what to discard on update, which effectively is replacing the old version with the new. The best way to go about it would be asking the developer to officially add the Hotkeys or External Triggers that you can call. The other way is to set a separate Workflow which calls the one you want, however feasible from the objects it has (e.g. connecting a Hotkey to a Show Alfred Utility).
  7. Please never say “latest” but always the exact version. Especially when dealing with betas, “latest” isn‘t specific enough, can be wrong (e.g. auto-updater hasn’t kicked in), and makes it impossible for anyone else to know if their version matches the report. To receive informed help, it is imperative to provide precise information. Unlikely. Ventura is a beta, things will be broken. On beta 1, I found and reported settings URLs which outright opened the wrong pane. The dictionary is there but uses the old name (System Preferences, not System Settings) and doesn’t work. x-apple.systempreferences: still works to open panes, as does opening them directly from /System/Library/PreferencePanes/.
  8. I can’t reproduce, everything is working fine for me. Which beta are you on, what’s your version of Alfred, and how exactly are you trying to open the preferences?
  9. If you create a new user account on your Mac temporarily, does it still happen on the new one?
  10. Welcome @Guy with a beard, It’s important that you specify your exact version of Alfred and macOS so the issue can be narrowed down.
  11. Yes, the External Trigger (which has been expanded in Alfred 5) continues to be appropriate for it.
  12. I don’t have any tagged music files to verify, but try with File Filter Input set to only check for the kMDItemDisplayName field.
  13. Welcome, Use a Spotlight comment in the app. Or make a Workflow with a Keyword Input connected to a Launch Apps and Files Action.
  14. Thank you. This one is one of my personal favourites. The mediainfo download page changed, so it was no longer being retrieved correctly with _sharedresources. Fixed in the latest version, just released. You can also fix it with brew install mediainfo.
  15. I don’t use Downie and that script is doing GUI automation, so I can’t look into it further. Best I can do is recommend a download Workflow which I now works and is maintained (disclaimer: I’m the author).
  16. It’s the file at ~/Library/Application Support/Alfred/Databases/clipboard.alfdb.
  17. Welcome @bpantaloni, Since terminal-notifier is just for notifications, deleting it shouldn’t pose a problem. If you instead prefer to mark it as trusted, there are a few options.
  18. Are you sure that’s the change you made? active tab has to change to current tab, it’s not just the browser’s name.
  19. Again, it doesn’t seem like you need AppleScript at all. You’re just waiting then sending a keypress, use the objects linked above. The code is doing to much given the inputs and outputs. Looks like you could just be: delay 0.5 tell application "System Events" to keystroke "u" using {command down, control down}
  20. @setupisanoun Are you having specific issues with those Dropbox versions? I tested the File Provider versions of Dropbox and OneDrive some months and they seemed decent but I haven’t used them daily.
  21. To latch a result to the top, select it a bunch of times in a row and for the same keyword. As in, what latches on gm might not be the same as what latches on gma, even if there’s a Workflow which matches both. The reason it’s not done on a single activation is so you don‘t accidentally latch something else the one time you had to pick a different result, or by accident. As to your second issue, you forgot to set the Keyword to Argument Optional or No Argument. In the original Workflow it’s set correctly.
×
×
  • Create New...