Jump to content

selfmade69

Member
  • Posts

    28
  • Joined

  • Last visited

  • Days Won

    1

selfmade69 last won the day on March 11 2020

selfmade69 had the most liked content!

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

selfmade69's Achievements

Member

Member (4/5)

2

Reputation

  1. Welp! It boggles my mind how come this tiny part of code could tell night mode to send the command successfully: ./nshift "25"
  2. Not sure why but it worked! I set Inbound Config on the bash Run Script which is: I also had to disconnect it from the trigger as it got other commands running as the same, I then made a copy of it and connect it to the Script filter. Could you please explain how come the Call External still works when the Run Script isn't even connected to the script filter, where the code actually is:
  3. I am about this workflow https://www.packal.org/workflow/nightshift However I think the main thing is that I want to pass the command "night 25" from another workflow on it so that Nightshift workflow will do whats necessary.
  4. What I would like to achieve: I want to run workflow (NightShift) with "night 25" passed to it from another workflow so that I will have 25% of night shift levels without typing "night 25" on alfred search bar window. What I did: I set inbound configuration in the NightShift's script filter with 25 as argument: I set Call External in another workflow: However, it just doesn’t pass itself but rather shows in alfred search bar window: Any idea how I can avoid alfred displaying the search bar window and just pass "night 25"?
  5. Alright I tried to locate file that is inside the ANKI_DATABASE variable and it does exist as you can see: Any ideas what else I can do at this point?
  6. Could you please tell me how find out the value (DEFAULT_DECKS) variable? BTW what I tried to above is search for the cards/notes
  7. Thanks for the quick reply, i just closed Anki and trigger search again making sure what I am searching for exists, however I am getting this error now: I double checked that "ocr" does exist in my Anki's library
  8. Hi guys Is this still working? I have downloaded from github but it doesn’t do anything when i chose an option. System: MacOS 10.15.5 (19F101)
  9. Can anyone please confirm if this is still working somehow? I just installed this workflow however when if type in the keyword it doesnt show me anything I am on MacOS 10.15.5 (19F101)
  10. This is some insanely productive and underrated plugin. It made my note taking life 10x easier
  11. Oh well after fiddling around some more I used double regex filters: And voilΓ  Alfred is one hell of a beast
  12. Yo I need some quick help about building this workflow. Assuming I have some content on my clipboard that contains: <p><a href="https://extreme-commerce.teachable.com/courses/392385/lectures/9786542?wvideo=kq8qkcou90"><img src="https://embed-ssl.wistia.com/deliveries/ebed1d02876b16bbe631160edc9168069bdd66c1.jpg?image_crop_resized=800x432.5&amp;image_play_button_size=2x&amp;image_play_button=1&amp;image_play_button_color=09A59Ae0" width="400" height="216.25" style="width: 400px; height: 216.25px;"></a></p><p><a href="https://extreme-commerce.teachable.com/courses/392385/lectures/9786542?wvideo=kq8qkcou90">How to add and use product hunting tools | Extreme Commerce</a></p> I would like alfred to get the video ID that is "kq8qkcou90" in the above string (all the other parts are dynamic before wvideo= and after "> so I am guessing the script should somehow filter the rest of the string. After doing that the script should place it under this string: youtube-dl http://fast.wistia.net/embed/iframe/kq8qkcou90 and pass it to terminal. Any help would be appreciated. P.S. I tried to do this way but it didn’t help:
×
×
  • Create New...