Jump to content

vitor

Staff
  • Posts

    8,469
  • Joined

  • Last visited

  • Days Won

    705

Everything posted by vitor

  1. @dangnhdev That is covered at the top of the thread. I moved your post to the correct place.
  2. You don’t pass text, you don’t need to do that, you can just use Alfred as the trigger and have whatever else in your process grab the text.
  3. GPT-4 Turbo preview has been added in version 2024.5.
  4. How about using Alfred to trigger the shortcut, then?
  5. Connect the Hotkey to a Dispatch Key Combo Output that performs a ⌘C, thus getting the current selection to the clipboard with that information. Do note that what’s stored in Clipboard History is plain text, so if you change to another item and back, it will have lost the formatting. If you have Alfred Preferences → Features → Clipboard History → Merging turned on, you may need to add a short delay so it doesn’t append to the previous entry.
  6. Alfred Preferences → Features → Universal Actions → Show Actions. Maybe you have ⇥ activated there, in which cause you’d use ⇧⇥ to autocomplete.
  7. Welcome @Mark Reeves, Please add your exact installed versions of Alfred, macOS, and KeePassXC. Alfred doesn’t have a reason to switch your app if you’re opening it with the regular method, because all Alfred does is ask macOS to open the app. By the time the app opens, Alfred is no longer involved. But maybe you have a workflow which opens the app and then does something else, or a trigger somehow activated by some combination of characters, or something of the like. Note also that there are many people who use both apps, but this is the first time I remember seeing the error, so there’s also the possibility that some third thing on your machine is causing the problem. The next step is to figure out the reproduction steps exactly, which is why knowing the versions is imperative. For example, what I’d recommend you do next is launch KeePassXC but not start typing your password. See if it switches then. If it doesn’t, that’s another clue. Then start typing your password slowly. Does it always switch back after two characters, or is it after a set amount of time, or something else? Those are the kind of things to be on the look out for to find the exact issue.
  8. Not Action in Alfred, but Universal Action. You use it as the trigger, not as the result. To the conversation above, the Is File? Automation Task is not meant to check if a random string is a file, it checks if an existing path is a file as opposed to a folder. To check if a given path exists you could use the File Conditional. But Universal Actions, as per @Stephen_C’s suggestion, are what I’d recommend too. That way you don’t have to worry about checking what the type is, Alfred does it for you.
  9. It has a reference to the file, which Notes is interpreting and embedding. You can verify this by deleting the file after copying it. It won’t be embedded in the note. The example from Safari is one where you copied the image data itself. Which is why it says 3.0MB, that’s how much space it is taking. To save the image data to the clipboard, there’s an Automation Task for that. Or like @Stephen_C pointed out, you can open the image in Preview, then copy the image data there. This is standard behaviour which was not modified. Either way, from the behaviour you’re seeing you appear to have turned off Alfred Preferences → Features → Clipboard History → History → Keep File Lists.
  10. Use the system Python, otherwise your virtual environment will break when that Python is updated. Always prefer with input as argv over with input as {query}. Not harmful but not strictly necessary since it does not affect the rest of the script. Depending on how slow that action is, you may notice a speed increase by not including that. Another way to include a Python package with a workflow is to use the --target option and set PYTHONPATH. StackOverflow has other options. Make sure to install with /usr/bin/python3 so packages are built with the system python.
  11. The first one is “Alfred Modern”, it’s installed by default. Here’s a temporary download link for the second one.
  12. That affects speed by a good amount. Please turn it off and recheck. What do you mean?
  13. Updated to 2024.2. Updated icons.Default to Power Management option instead of System Settings.Fix for new System Settings layout.Skip Input as Universal Action.Add missing period in description.
  14. From your screenshot, it looks like you change the icons of every workflow. Are you making any other changes? It’s not clear to me from the description what were your exact steps. Try deleting both workflows, then restarting Alfred, then installing the right one from the Gallery.
  15. Type “open” (or press space) and then type Downloads. See the File Search help.
  16. I’d like to keep it simple, so could you expand on your use case? As in, what leads you to want different values frequently? In the next release the timings will be set with sliders, and you always get the counter with Large Type.
  17. As this is an advanced option which won’t be relevant to most users and can be tricky to set up correctly, I’ve split the conversation into a different thread (this one). Please continue the discussion on local models here. A moderator’s note at the top explains the situation, but the post is otherwise unchanged.
  18. That is likely. Nothing in Alfred 5 broke workflow functionally, so lack of permissions from the system is a good guess. Glad you’re sorted!
  19. Welcome @DED, When reporting issues, please include your exact installed versions of: The Workflow.Alfred.macOS. In addition to: The debugger output. Perform the failing action, click “Copy” on the top right and paste it here.Details on what you did, what happened, and what you expected to happen. That information is crucial to understand what could be going on. Same thing for any other workflow you’re having trouble with. Also, make sure to look in the Alfred Gallery as well, as workflows which are no longer maintained may have alternatives there.
  20. One thing you did not show in the video. Are you absolutely sure you cleared the chat and started a new conversation by pressing ⌘↩, as previously asked?
  21. Not seeing it. Please upload it somewhere (transfer.sh is good temporary storage) and share the link.
  22. Fetch one result at a time and use the rerun key from the JSON to rerun the code. Keep track of what you have using environment variables, which you can set and read back. There is an example workflow with a counter which you can access from the + in the workflows list.
  23. Have you rebooted since? There may be some lingering configuration causing the issue.
  24. Please export the workflow (right-click it in the list and you’ll find the option) and share that. I need to see if anything is wrong in your local copy.
×
×
  • Create New...