Show HN: I built a keyboard-first window switcher for macOS
A keyboard-first window switcher for macOS, called Reef, that allows users to switch between windows using only the keyboard, without needing to use a mouse or trackpad. It is designed to be fast and efficient, with a simple interface that shows a list of open windows and allows users to filter them by typing a search query.
背景メモ
macOSには標準で「アプリケーションスイッチャー」(Cmd+Tab)が搭載されているが、ウインドウ単位ではなくアプリ単位での切り替えとなる。開発者やヘビーユーザーの間では、より細かい「ウインドウ単位」での高速切り替えツールが長年求められてきた。既存の代替手段としては有料のContextsやAltTab(オープンソース)などがあるが、今回のReefはキーボード操作に特化し、すべての操作をキーボードだけで完結させる設計が特徴。開発者のgouwsxanderは個人のプロジェクトとして公開しており、macOSのアクセシビリティ機能(ウインドウ情報の取得)を利用しているため、初回起動時にアクセシビリティ許可が必要。