Jump to content

mandrigin

Member
  • Posts

    25
  • Joined

  • Last visited

  • Days Won

    3

Everything posted by mandrigin

  1. @Jasondm007 oh, thank you sir! It's a bit tricky, I tried addressing it a few times, but the implementation always was hella unstable, so I gave up trying (for now). I hope, when I have some free time I will get to it, it's the biggest limitation so far. The messages like yours are very encouraging, thank you for that! :)
  2. I think the last time the problem wasn't with Swift, it was in AppleScript that actually switches the windows/tabs (that decision is to avoid adding one more app to the accessibility dialog). I hope I'm getting better at it, but I will appreciate any help!
  3. Hey! Thanks for the feedback! I'm pretty sure it is not very trivial to do that taking into account internals of this workflow. It is a useful feature though, I might try to give it another shot.
  4. Thanks for your feedback! It turns out that is a regression that sneaked in. I just published a release 0.3.1 here: on GitHub and on Packal that should fix your issue.
  5. v0.2.8 — minor update. Added Safari Technology Preview support. Thanks to [@tinkertrain](https://github.com/tinkertrain)
  6. Thank you for the kind words! Unfortunately, it is not about what engine the browser is using, it is about what functions are exposed to AppleScript automation. For example, Chrome and Safari have full APIs (list windows and tabs and their properties, switch to the tabs) exposed to AppleScript. Opera or Firefox doesn't expose anything like that at the moment (I've even asked using some internal channels). Vivaldi, I don't know about, but seems plausible.
  7. 0.2.7 - AppleScript fix for no Chrome installed. https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/0.2.7 it's pretty late, but hope that I didn't make a stupid mistake while releasing it
  8. @xilopaint hmm, I just found out that I never released 0.2.7, which fixed the bug with the Google Chrome not installed... I'll go release it
  9. Hmm, tested with no Chrome installed and it works just fine. Can you open Safari, open any webpage there, go the alfred preferences -> workflows -> open in terminal -> type ./EnumWindows --search="Safari" and post the output here?
  10. @FroZen_X I'm working on it in my spare time, but I didn't find a good and reliable way to switch to the window on a different desktop. But it is on my todo list, I use a few spaces occasionally.
  11. @M1m1s is your Alfred listed in the "Security & Privacy" -> Accessibility? It needs these permissions to be able to switch windows/tabs.
  12. Version 0.2.6 has Chrome tabs support. That was actually easier than I thought. You can update in Packal or download it from here: https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/0.2.6-beta
  13. Version 0.2.5 is released. Should fix the issues with switching Safari tabs after the latest macOS update. You can download the new version here: https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/0.2.5-beta Or in Packal.
  14. You are very welcome! Everything related to Spaces/Fullscreen is not supported now. It is definitely on my todo list for this project though.
  15. @flome sure! Just open Alfred preferences and then go to the list of the workflows, then right-click and select "Open Workflow folder in Terminal" or something like this. Then run the command I sent before there.
  16. @flome what if you open the workflow in Terminal and run ./EnumWindows --search="Finder" does it show any output?
  17. @dr_selump14 The issue with Safari is fixed in 0.2.4. Please, upgrade & enjoy https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/0.2.4-beta
  18. > but it always try to open safari even I don't use it.. is there any way to exclude opening safari? wow, haven't seen this behaviour before. that looks like a bug, I'll try to reproduce and fix it.
  19. @paulw I released an update to my workflow. Maybe it will help with the Safari tabs. Worst case: it would show you Safari windows instead. https://github.com/mandrigin/AlfredSwitchWindows/releases/tag/v0.2.3-beta
  20. Nothing, really. I just built the binary with Sierra as a target version and never tested on the El Cap. So if it works — great!
  21. Is it the Safari installation that comes with the OS? Or is it a Tech Preview (a separate installation)? If possible, what's the bundle ID of Safari on your machine?
  22. Which version of macOS and Safari are you using? Are Safari windows or tabs being shown in the regular windows switcher filter?
  23. Hello! I made an Alfred 3 workflow to search and switch between open windows in the system and Safari (and Chrome) tabs. More app-by-app support are (hopefully) coming. It is uses the companion native app, that's what makes it much faster than the other alternatives. https://github.com/mandrigin/AlfredSwitchWindows/releases Sierra only (at the moment). PS: Thanks to Emanuele Munafò and his "Windows Switcher" workflow for the inspiration.
×
×
  • Create New...