Show HN: Window Switcher – Better same-app window switching for macOS
Window Switcher is an open-source macOS tool that improves switching between multiple windows of the same application. Unlike the default macOS behavior which groups windows by app, it provides a more intuitive way to quickly jump between individual windows of the same app. The project is available on GitHub for users to try and contribute.
背景メモ
macOSでは同一アプリ(例:Chrome, VS Code, Finder)の複数ウィンドウを切り替える標準UIが直感的でないため、ユーザーは⌘+`(バッククォート)を使うか、Dockアイコンを右クリックする必要があった。本ツールはこうした挙動を改善するオープンソース(GitHub公開)のmacOS用ユーティリティ。開発者のHanguokai(中国系開発者、Google元社員)が個人プロジェクトとして公開。類似ツールにはAltTab(オープンソース、Windows風のウィンドウ切替)やContexts(有料)があり、macOSのウィンドウ管理を巡るニッチながら根強い不満に応えるジャンル。macOSの標準Cmd+Tabはアプリ間の切替のみで、同一アプリ内ウィンドウをリスト表示できない問題に対する実装の一つ。