What does HackerNews think of alt-tab-macos?

Windows alt-tab on macOS

Language: Swift

#25 in macOS
I really struggled with moving to macOS for work, but a couple of utilities helped a lot:

AltTab - Windows style tabbing between windows, including thumbnails and tiles for each open window of an application[1].

    brew install --cask alt-tab
LinearMouse - Removes mouse acceleration, but also gives you the ability to have different scroll directions on mouse and trackpad[2].

    brew install --cask linearmouse
Rectangle - Open source window management tool, I use it for window snapping[3].

    brew install --cask rectangle
[1] https://github.com/lwouis/alt-tab-macos

[2] https://github.com/linearmouse/linearmouse

[3] https://github.com/rxhanson/Rectangle

Rectangle and Alt-Tab [0] significantly reduce my need to use the touchpad or reach for the mouse.

Normal MacOS windows handling seems enraging and cumbersome.

[0] https://github.com/lwouis/alt-tab-macos

Here: Install this, will fix how command+tab works and it's actively developed.

https://github.com/lwouis/alt-tab-macos

A new app 'AltTab' has fast overtaken Contexts as a much loved alternative:

https://github.com/lwouis/alt-tab-macos

My tip:

Make your Cmd-Tab do everything you've ever wanted it to do that it currently can't:

https://github.com/lwouis/alt-tab-macos

I'm the main contributor of an app that emulates Windows's alt-tab feature on macOS (https://github.com/lwouis/alt-tab-macos). I researched this topic extensively, and eventually decided that I would bite the bullet and pay from my own pocket, so that users get a good UX when launching the app.

It is displeasing to see Apple not having an open-source program in-which they give free certificates for popular open-source projects after a review. They are a large beneficiary of OSS after all.

Furthermore, smaller companies do it frequently these days: Jetbrains gave me free IDE licenses, poeditor gave me a free account, github hosts the project code, ticketing system, and is the distribution channel for first downloads and updates, appcenter hosts crash reports for free, travis does the CI for free, etc.