Jump to content

andy4222

Member
  • Posts

    274
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by andy4222

  1. workflow version: 2023.2 ``` [15:02:32.566] Logging Started... [15:02:36.122] Banner Be Gone[Keyword] Processing complete [15:02:36.128] Banner Be Gone[Keyword] Passing output '' to Run Script [15:02:36.293] ERROR: Banner Be Gone[Run Script] /Users/<USER>/Library/Caches/com.runningwithcrayons.Alfred/Workflow Scripts/7DCFD641-6A1E-4799-B550-AF03A71B2800: execution error: Error: Error: Invalid index. (-1719) ``` screen recording https://www.dropbox.com/scl/fi/wdr3dpyaee3a8mhwqeei9/video.mp4?rlkey=q0v7v77s3cjn2479nmrbvj4zw&dl=0 @vitor Any way to fix this?
  2. I want to pass multiple args via an external trigger to my workflow and then extract them so I can forward them to the next object. Right now i just pass in one args so I just straight forward it using {query}. Any suggestions?
  3. right now the workflow shows list of todos in each list. So we have to go to each list and then it shows the items in it. Any way we can just search across all the todos in todo and when we press enter, we are navigated to that todo in things?
  4. @xilopaint Thanks for making this workflow. Any chance you plan to include search results (of todo items, heading) to this workflow?
  5. I'm trying to right run the below query as AppleScript but it Alfred doesn't seem to replace the "$1" with the passed in query (i have set "with input as argv"). However it works with "{query}" (and setting with input as (query"). It is because I'm right running it as AppleScript? Other ways to run this? `` tell application id "com.runningwithcrayons.Alfred" to search "pw $1" ``` Also, side question, but I'm trying to send the text to the Alfred bar and only found this way to do it, any easier (in-built) way to do this?
  6. Just checking in (since its been a few months) if there is a way to accomplish this now? @vitor maybe you can direct us on a certain path
  7. @vitor I tried this and it works well. The only thing is now when I press `ss`, the resultant item `Search Splunk for...` always shows up at the end of the Alfred results despite my using it many times. Is there anything wrong I'm doing here? Alfred's most frequently used item feature works well for everything else for me. Second, I enable the `Alfred filters results` for this script filter and when I would type something as an arg, Alfred would move away from this script filter and go back to my fallback results. Is that because what I'm typing cannot be found in the script results list? e.g., when I typed `ABC` this string is not in the results returns by the filter (since we only have `Search Splunk....`. Trying to understand if it's working that way. Third, I searched a bit but could not find that we can change this setting via this code. Are these fields/options documented anywhere on Alfred's website?
  8. Hi Alfred community, I'm trying to write a workflow where I want to trigger the workflow by a keyword, let's say `ss`. I want it to have `Argument Required` args, unless I use a modifier key (opt/cmd/shift) and then I can skip this mandate and do something. How can I accomplish this? Right now, I entering a <space> as an arg and the conditional utility to perform a different action. I'm hoping I can change it to a modifier key
  9. Hi friends, I remember that Alfred has a way to use the up arrow key to find a previously used commands. I vaguely remember that I had disabled that a couple of months ago and I'm not able to find it the preferences since I want to enable it back. I tried using the search feature as well but didn't find it. Can anybody please point me to that setting?
  10. EDIT: IGNORE post, my LuLu firewall was blocking the imgur domain. leaving it here just in case someone else faces the same issue Is this workflow still supported? The "Upload screenshot" command doesn't seem to work. I get the below error. No errors in the debug logs. same with "uploadscreenshotclipboard" command which responds with no image data found in clipboard Other info: - All files have 755 perms. - I was trying to upload a png (size 124kb). Image linked below
  11. Did we find a way to pull the path of the image from the clipboard history viewer? That way we can apply universal action on it.
  12. Hi Alfred community, Is there a way to merge multiple clipboard entries (that include images and text) into one entry? Clipboard entries: image2 text2 image1 text1 What I want to paste image2 <custom separator (new line should be ok> text2 <separator> image1 <separator> text1 I saw there is a workflow that does that, but it only works on text. For images, it just pastes their names. https://alfred.app/workflows/outlawandy/stitchclip/
  13. Can I lookup the instructions somewhere to make a compiled version of it?
  14. @zeitlingsthanks for building this as a standalone. Is there a way to speeden it up? It takes a good 3-4 seconds before the display HUD display shows up
  15. Hey Alfred community, Although I do use Alfred Snippets all the time, I've also started using Typinator for regex based and input based text replacement. I wanted to share a quick solution for converting your Typinator text snippets to Apple Text Snippets that can be used on iOS (since Typinator isn’t on iOS). I’ve created an Alfred Workflow and a Python script (if you don’t use Alfred) that automates this conversion process. The script takes a CSV file as input (snippets can be exported in CSV from Typinator). It generates an plist file (Apple Text Snippets format). All you gotta do is: 1. Open text snippet via settings. Select all and drag them to a directory. This will be your backup of the existing iOS snippets 2. Delete the iOS snippets from the settings. 3. Drag the newly generated plist file here. DONE Feel free to give the script a try and let me know if you have any questions or suggestions - Alfred Workflow: Trigger Universal action and type “Convert” and it should show up. Generated the output.plist in the same directory. https://www.dropbox.com/s/58w4vv342sgoog4/Typinator To Apple Snippets.alfredworkflow.zip?dl=0 - Python file: Simplify your life (this takes in the full path of the input CSV file as an argument) `python3 converter.py` https://www.dropbox.com/s/5j2e4jdp5gfo5s4/converter.zip?dl=0
  16. Nice!! I had created a very basic workflow for this but that was passing in the query param to search a workflow. This shows the results in Alfred itself which is awesome. I was reading the workflow and noticed two inbuilt variables/const:`{const:alfred_workflow_name}` and `alfred_workflow_cache`. Are there others? If you could share the list, that'd be helpful for making future workflows for us!
  17. @zeitlingsThanks for this workflow. Quick question. When triggered, I think the workflow takes 3-4 seconds to show the brlow popup and then click the "Use <Browser>" button. Is that how it is expected to work. Because the other day I triggered it and start typing something (thinking this browser has been changed in the background) and the popup showed up at the same time I pressed the Tab key, that changed the focus.
  18. I think it works now. Seems like my firewall was blocking googlevideo access to Alfred. Anyway, is there way to configure this workflow at runtime to download specific video quality? Right now it downloads 720p for most vids although 1080p is available. It would be good to have the ability to decide when triggering this workflow what quality to download (or at least it prioritizes that quality)
  19. Not sure why but this seem to be working for me. Specs: Intel MBP, macOS 13.4.1 yt-dlp 2023.6.22 ffmpeg 6.0 workflow version 2023.2 [23:07:48.068] Download Media[Universal Action] Processing complete [23:07:48.070] Download Media[Universal Action] Passing output 'https://www.youtube.com/watch?v=BlLk6BSyOjQ' to Arg and Vars [23:07:48.077] Download Media[Arg and Vars] Processing complete [23:07:48.078] Download Media[Arg and Vars] Passing output 'https://www.youtube.com/watch?v=BlLk6BSyOjQ' to Run Script [23:07:49.316] ERROR: Download Media[Run Script] WARNING: [youtube] Unable to download webpage: <urlopen error [Errno 9] Bad file descriptor> WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (1/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (2/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (3/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (1/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (2/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (3/3)... WARNING: [youtube] Unable to download API page: <urlopen error [Errno 9] Bad file descriptor> (caused by URLError(OSError(9, 'Bad file descriptor'))) WARNING: [youtube] Unable to download webpage: <urlopen error [Errno 9] Bad file descriptor> WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (1/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (2/3)... WARNING: [youtube] <urlopen error [Errno 9] Bad file descriptor>. Retrying (3/3)... WARNING: [youtube] Unable to download API page: <urlopen error [Errno 9] Bad file descriptor> (caused by URLError(OSError(9, 'Bad file descriptor'))) ERROR: [youtube] BlLk6BSyOjQ: Unable to download API page: <urlopen error [Errno 9] Bad file descriptor> (caused by URLError(OSError(9, 'Bad file descriptor')))
  20. Thank you very much @Stephen_Cfor sharing this amazing workflow. Wanted to check what are the different features in this workflow compared to https://alfred.app/workflows/biatidigital/calculate-anything/. Is it a different take on conversions? PS: Definitely like the icons 🙂
  21. Sure. I tried wiping the history from Chrome and only have Chrome and edge enabled, still, there is a lag, probably 2-3 seconds before results show up. The results are accurate though.
  22. @AcidhamTried changing it to python3 and it works on Ventura. Had to change all 3 script filters.
  23. Requesting this feature https://espanso.org/docs/matches/basics/#case-propagation
  24. This is exactly what I’m looking for https://espanso.org/docs/matches/basics/#case-propagation
  25. @AcidhamThank you for this workflow. Maybe it's asking too much but any way the performance of this workflow can be improved? Once I trigger the history search, it takes a few seconds for it to return the results. There used to be another workflow (built-in Go) that would return the history results instantly, but it was only for Chrome 😐 I of course prefer this workflow as it has extra features like last visit and hits. LMK if I can help in any way https://github.com/pasela/alfred-chrome-history Doesn't seem like a laptop issue. I'm on M1 Pro
×
×
  • Create New...