Jump to content

Acidham

Member
  • Posts

    429
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Acidham

  1. @Ghostplease open workflow and send log output (Bug icon top right) Note: you need to install Python 3.8 or later
  2. Not sure why I implemented that way ツ I changed it to search in substring!
  3. I released a new version which requires python3 and works with macOS 12.3 The update will run automatically but in case you would like to install: https://github.com/Acidham/recent-files-in-folders/releases/tag/v4.2.0
  4. 1. Follow the steps on the link 2 use /usr/local/bin instead of /usr/bin 3. open workflow in Alfred 4. when you double click on script filter step it opens a dialog. click on “open file” 5. change first line, the starting with #! to #!/usr/local/bin/python
  5. Released v1.2.10 you should receive update via automatic update
  6. Yep this is cause by Apple's removal of Python 2 in macos 12.3. Please read: https://www.alfredapp.com/help/kb/python-2-monterey/ But I had to create symlink `/usr/local/bin/python' because creation of symlink in `/usr/bin/python`is not allowed. Second, you need to change python files shebang to `#!/usr/local/bin/python`
  7. Thx found the issue, please download v 1.2.9.3 (same URL above) and try again...should work now.
  8. Yep, I figured that out later yesterday and fixed it: https://github.com/Acidham/alfred-airpod-connector/blob/master/AirPods Connector.alfredworkflow Please try again.
  9. @eshmootie Please give it a try: https://github.com/Acidham/alfred-airpod-connector/blob/master/AirPods Connector.alfredworkflow and let me know
  10. oook ... seems I will experience the same when I am upgrading tonight I will look into it after the upgrade and when json changed in the same way.
  11. Interesting, seems Apple renamed device_list. Which macos and CPU are you on?
  12. I assume your Bluetooth is enabled? Please run following command system_profiler SPBluetoothDataType -json It should look like: { "SPBluetoothDataType" : [ { "controller_properties" : { "controller_address" : "F8:FF:C2:50:D0:46", "controller_chipset" : "BCM_4364B3", "controller_discoverable" : "attrib_off", "controller_firmwareVersion" : "v75 c4195", "controller_productID" : "0x0001", "controller_state" : "attrib_on", "controller_supportedServices" : "0x382039 < HFP AVRCP A2DP HID Braille AACP GATT Serial >", "controller_transport" : "UART", "controller_vendorID" : "0x004C (Apple)" }, "devices_list" : [ { "Aci Mouse" : { "device_address" : "24:D0:DF:0A:F2:CF", "device_connected" : "Yes", "device_firmwareVersion" : "1.7.0", "device_minorType" : "Mouse", "device_productID" : "0x0269", "device_services" : "0x800020 < HID ACL >", "device_vendorID" : "0x004C" } }, { "As AirPods Pro " : { "device_address" : "E4:90:FD:81:4C:7E", "device_firmwareVersion" : "4C165", "device_minorType" : "Headphones", "device_productID" : "0x200E", "device_serialNumber" : "GRHCGM9XLKKT", "device_vendorID" : "0x004C" } },...
  13. Nice Workflow...would be great to be able to use this workflow for universal actions, e.g. pass a file or any other input to the Shortcuts
  14. Thank you @stylophile for the feedback. The stopped using packal. I am not even able to find the workflow because packal search is broken Furthermore, packal does not provide checkboxes for newer versions of macos. For me, it looks like that packal is not being maintained anymore :/
  15. I am using 1Writer on ios which does what you are looking for. the only thing is you need to point md_notes path in md notes on hour mac to 1Writer icloud path. 1writer will render all tags similar to typora. hope that helps …
  16. Done, but I added sort_recent flag in Workflow settings. If set to True search results will be sorted based on recent visits otherwise on number of visits.
  17. You mean triggered by a separat keyword e.g. `bhs` which sorts based on recently visitied?
  18. it is a folder action…means you need to search folder, TAB and choose open in forklift. what happens when you exec `open -a ForkLift “~/Desktop”` in terminal? assuming you have Forklift installed
  19. I am using Siri workflow...with Siri WF you can type your query and with that you can control home automation
  20. Sure but I do not own AirPods Max. Therefore, I need VendorID and ProductID. Please follow following instructions and provide me with the two IDs: https://github.com/Acidham/alfred-airpod-connector/issues/1#issuecomment-657230457
  21. Interesting, I just checked the code, but I already fixed the readPlist issue. @evaaa Let me know on which version of the chromium-hist-bookmarks workflow you are. Latest, containing fix for the readPlist issue is 2.2.1
  22. I know, I nead to change that but didn't had time
  23. This error comes from Python 3.9 on plist libs. I assume you have 3.8 also installed on your system. What version are you using for python3 pyhton3 -V
  24. In the log that you sent in previous posts shows that the folders were properly responded back, and hopefully it will be shown in Alfred: jret18 Temp Downloads 2021 unsorted Dropbox Dropbox Distribution Let's focus on one e.g. jret18: What happens when you press ENTER on that one? What is the log showing? Don't forget to have Alfred Workflow open with debugger enabled. If it fails there must be an error (written in red)
×
×
  • Create New...