Jump to content

godbout

Member
  • Posts

    322
  • Joined

  • Last visited

  • Days Won

    12

Everything posted by godbout

  1. godbout

    KAT

    good catch. you're probably the only one to use it 😂️
  2. godbout

    KAT

    * configuration done in the Configuration Sheet * no updater * binary signed and notarized * no libraries * instructions in English, with screenshots * icon is 256*256 1. i'm the author 2. Alfred forum link: https://www.alfredforum.com/topic/12403-alfred-kat/#comment-65419 3. Github link: https://github.com/godbout/AlfredKat 4. testing is straightforward. install a torrent client, make it default, and use the Workflow 5. screenshots below: thanks again.
  3. updated to 8.0.0 for Alfred Gallery: https://github.com/godbout/AlfredKat/releases/tag/8.0.0
  4. godbout

    Brook VPN

    excellent 😀️ thanks.
  5. godbout

    Brook VPN

    i believe everything is ready for the Gallery. screenshots should be retina, but show up too big on the forum. thanks.
  6. updated for Alfred Gallery: https://github.com/godbout/AlfredBrook/releases/tag/2.0.0 hopefully will be accepted.
  7. yeah i've looked a bit and found some (complicated) documentation from Apple. i'll postpone this coz it's not a massive priority for now. priority is to get the Workflows out. your answer and the link will help, thanks Vitor.
  8. thanks. enjoy! and yes, constant support, coz i'm using my own shits all the fucking time 😂️😂️😂️
  9. godbout

    Brook VPN

    * no configuration * no updater * scripts, so no signing/notarization needed * no libraries * instructions in English, with screenshots * icon is 256*256 1. i'm the author 2. Alfred forum link: https://www.alfredforum.com/topic/20585-brook-vpn/#comment-106699 3. Github link: https://github.com/godbout/AlfredBrook 4. you can test in two ways: 1) install Brook and add a VPN Configuration 2) update the `list.sh` script and add the bundleID of an app whose VPN is already installed on your machine 5. screenshots below: thanks.
  10. 2.8.1 out: https://github.com/godbout/WooshyWindowToTheForeground/releases/tag/2.8.1 * twice as fast * Updater updated to work with new GitHub HTML struct this update needs to be downloaded manually.
  11. my mistake. i have my Apple Certificates etc. set up on my machines and Xcode, but my binaries come from Swift packages, not apps (so that i can run automated test on the core of my Workflows). when i build apps it's easy to get them notarize, but i can't see how to do it for packages. actually i kinda remember when i checked this a while ago, it was being said it's actually not even possible? would be weird tho. any help possible? thanks.
  12. updated: https://github.com/godbout/AlfredKat/releases/tag/7.2.0
  13. the README will be updated if my Workflow is accepted in the Gallery. i'll remove the Update part and probably tweak some other things.
  14. 1. i'm the author (i think) 2. 3. https://github.com/godbout/WooshyWindowToTheForeground
  15. updated to 3.0.1: https://github.com/godbout/AlfredWorkflowUpdater/releases reflects new GitHub structure, and needs an Environment Variable to avoid breaking in the future.
  16. toggle your Brook VPNs through Alfred: https://github.com/godbout/AlfredBrook enjoy.
  17. actually 2.5.1: https://github.com/godbout/WooshyWindowToTheForeground/releases/tag/2.5.1 small fix in Alfred Result for when no window is found.
  18. 2.5.0 out, no more Notification Center and improved windows filter out system: https://github.com/godbout/WooshyWindowToTheForeground/releases/tag/2.5.0
  19. 2.4.0 out with better support for MB with Notch: https://github.com/godbout/WooshyWindowToTheForeground/releases/tag/2.4.0
  20. 5.0.0 out: https://github.com/godbout/alfred-time/releases/tag/5.0.0
  21. my pleasure. lemme know if you have any questions... Ben Shapiro? 😅️
  22. 2.3.0 out: https://github.com/godbout/WooshyWindowToTheForeground/releases/tag/2.3.0 brings support for a new type of window. update will show up automatically in Alfred's Results within 6 hours.
  23. the speed comes with disadvantages: 1) doesn't grab hidden windows 2) doesn't grab minimized windows. some Workflows actually handle those, but yeah, slower. for me i needed something fast to bring windows to the foreground so that i can target them with my apps (kindaVim, Wooshy and Scrolla). hope it helps!
  24. 3.1.0 adds support for multiple devices: https://github.com/godbout/alfred-airpodspro-battery/releases/tag/3.1.0
  25. after investigating on my side i'm finding that this seems to be a bug in AppKit. assuming that Alfred is checking the active screen with `NSScreen.main`, the screen returned is wrong if an app is a LSUIElement type. i've reported this to Apple (FB11506568). one way to go around this could be to get the Focused Window of the System AX Element. then grab the Frame of the Focused Window, and check it against the available Screens Frames to see within which Screen the Focused Window is. that is, if you want to get this fixed. may not be worth the trouble?
×
×
  • Create New...