Jump to content

bivalvegruff

Member
  • Posts

    35
  • Joined

  • Last visited

Everything posted by bivalvegruff

  1. After trying to run the script, go into system settings – integrity (or something like that). There should be a box offering you to run the script anyway. Press that and then try to run the script again. I had to fiddle around a bit with this with some workflows before I got it to work.
  2. I use Mullvad, and their own app. I toggle it simply by killing its process with keyword kill (https://github.com/pstadler/alfred-top) and by running the app to toggle it back on.
  3. Another set of emojis is on the way with no update to this workflow unfortunately. Looks like I'm back to using ⌃⌘␣
  4. That's the difference compared to the built-in search in Alfred? 🙂
  5. Will this be updated with the new emojis introduced with the latest Mac update? 🦾
  6. I don't think there's anything you can do about it, but @deanishe linked to a solution (several workflows have this problem with Catalina):
  7. This broke with Catalina. I'm getting an error message saying that Apple can't verify that it doesn't contain sabotage software and that the developer has to update its "app" (workflow).
  8. This broke with Catalina. Something about security and the developer having to update its "app" (workflow). The error message won't present itself again, it just doesn't work now.
  9. I'm missing the flag for Åland, I noticed it's not in the free country flags website. Åland belongs to Finland, but is an autonomous province (with its own flag). Would it be possible to add their flag, or if not, have it represented by the Finnish flag rather than by the question mark flag? Thanks!
  10. Alternative: make a Time machine backup of your old laptop, plug it into the new one, restore Alfred from the backup using Time machine app. I think that's how I did it.
  11. This one doesn't work with Mojave 🙁
  12. Cool! SIP needing to be disabled is a shame though. 😔
  13. Did you try tab instead of right arrow? It depends on your settings under Features ➡️ Files search ➡️ Actions.
  14. @GuiB I did restart my computer. defaults read -g NSFileViewer gives output: The domain/default pair of (kCFPreferencesAnyApplication, NSFileViewer) does not exist I ran that other command, restarted, and now it works when I open a directory only with Open, but it doesn't work with Reveal in Finder. Still get the output above though. Good enough for me! Thanks!
  15. This did nothing in my case. Terminal seems to accept the command, but opening a folder through Alfred still launches Finder. 🤷‍♂️
  16. I also use this to search for notes, and the workflow @deanishe linked to to create notes. 👍
  17. Oh okay, haven't seen a workflow like that, I think it would be hard to remember how many copies ago the clip you want to merge was. Just to be clear, the one I linked to is not mine, it's @luckman212's 🙂
  18. @luckman212made such a workflow, have a look here.
  19. Great! I added a similar script in the same workflow, but with the ⌘ modifier, for when you want to edit the details before saving. It opens the list of calendars for you (I often add things to both my personal and my work calendar.) on run set the clipboard to "{query}" as text tell application "Calendar" to activate delay 0.5 tell application "System Events" keystroke "n" using {command down} keystroke "v" using {command down} keystroke return delay 0.5 key code 48 key code 125 end tell return "{query}" end run
  20. Great workflow! Don't know if it's being updated anymore, but I wish I could search for word without the order of the words being a match. For example typing "pocket youtube tesla" would filter out all pocket articles from YouTube with the word Tesla anywhere. Or "pocket youtube tesla downtown" would show the video "Driving through downtown with a Tesla" on YouTube. I guess what I'm trying to say is I really like Teslas.
  21. Trying to make a workflow with this, with a keyword followed by a script – which coding language is this / should I select?
  22. Nicely done, this makes the clipboard a lot more useful! I noticed that if I only have two clips in the clipboard and execute cm3 (more than I have), it messes up the clips, if you want to do some touching up. It's good as it is though.
×
×
  • Create New...