Jump to content

csaborio

Member
  • Posts

    25
  • Joined

  • Last visited

Everything posted by csaborio

  1. You sir, are my hero, thank you so much for this, all fixed!
  2. I have PHP 7.4 installed with homebrew: > /opt/homebrew/opt/php@7.4/bin/php --version PHP 7.4.30 (cli) (built: Jun 9 2022 09:20:03) ( NTS ) Copyright (c) The PHP Group Zend Engine v3.4.0, Copyright (c) Zend Technologies with Zend OPcache v7.4.30, Copyright (c), by Zend Technologies If my scripts try to use PHP, the path to this is not found (please see attached). I tried to be clever and run: > sudo ln -s /opt/homebrew/opt/php@7.4/bin/php /usr/bin/php Password: ln: /usr/bin/php: Operation not permitted So the question - how do I tell Alfred to use PHP that was installed via Homebrew? Thanks!
  3. Very well done, thank you! This is the only reminder workflow that actually works from the lot I have tried. I had a bit of issues having Apple display the option to allow under security, but eventually it went thru.
  4. Cool, will try it when it comes out! Completely off-topic: Do you see a way to add the current playing song to a playlist using Monterrey shortcuts?
  5. This is an amazing workflow, just wanted to say thanks!
  6. Hello @Vero, that did the trick and fixed a couple things that were not working properly as well. <rant data-destination="apple"> I am not sure how I would've addressed security with apps being Apple, but this whole granting permissions by accessing "System Prefs" unlocking and finding the app is as inefficient as it gets. A yes/no dialog should've suffice, they follow that model on their bloody phones. </rant>
  7. I love Auto-Paste from the "Clipboard History" feature. I have always had it on and it worked fine. I can't remember if it was last update but it does not work any more. I do have the featured enabled and have all Alfred permissions (see attached). Any pointers on getting this back to work is greatly appreciated.
  8. Hey! Unfortunately, I've given up on this. I just switch to iTunes and add the song directly to the playlist. I used to love to this via Alfred, but the hours I've spent trying to automate everything are simply not worth my time or anger. Apple needs to kill Applescript.
  9. Love it, thank you! ☺️ (that emoji was pasted with your workflow ?)
  10. I was ecstatic when I found a workflow to add the currently playing track any playlist of my choice. So fast and efficient! But, alas, the workflows out there do not seem to work with Apple Music. I have looked at AppleScript API for iTunes (god I hate AS) and the small proof of concepts I have made have failed miserably. Has anybody gotten close to doing this? I am so sick of adding songs to playlists like a mere mortal! Thanks! -Christian
  11. Would love to have a way to import snippets already created in other apps into Alfred? I'm thinking apps like aText, TextExpander, etc?
  12. Yes, this would be amazing to have, +1.
  13. Out of curiosity, why are you not using 1Password's built-in function for this? I have a key combo assigned to it, I type in the website and I hit enter, don't have to touch the mouse: https://www.evernote.com/l/ABAw_C74vWNFLLqLNahpxWnX2PRt_wxyYqIB/image.png
  14. I was looking for a way to switch to an airplay device using Alfred Remote. I found this script and modified it, then created two scripts within Alfred Remote and now I can switch between my airplay devices without having to use Remote.app at all! on alfred_script() tell application "iTunes" set apNames to (get name of AirPlay devices) set apDevices to (get AirPlay devices) set rez to "extender" --replace extender with your Airplay device name set apPlays to {} repeat with i from 1 to length of apNames if item i of apNames is in rez then set end of apPlays to item i of apDevices end repeat set current AirPlay devices to apPlays end tell end alfred_script
  15. Hmmm...what are your options for advanced?
  16. Not sure this is working anymore:
  17. Using v2.0.6(203) In v1, I chose an item in the Finder, pressed command+g and Alfred would pop up with the item I had selected in Finder in Alfred. Since I upgraded to v2, this does nothing, and I have not been able to find it in prefs anywhere. Help appreciated.
  18. I just had to create an account to thank you for this, greatly appreciate!!!
×
×
  • Create New...