Application launcher for macOS
- 「プライバシーとセキュリティ」の「アクセシビリティ」に KeyHop を追加します
- Open this App
- Add a keybinginds to launch a specific app
- Type the bindings, then specified app will be launched.
KeyHop は macOS 用のアプリケーションランチャーです。
アプリケーション切り替えに ⌘-Tab を使う代わりに、
特定のキーを押すことでアプリケーションを切り替えます。
アプリケーション切り替えは単に、当該アプリケーションを 起動するだけです。
アプリケーション切り替えに特定のキーを割り当てることで、 即座に目的のアプリケーションを開けるようになります。
KeyHop はとても簡単なコードで実装される、小さな
アプリケーションです。リッチな機能は実装しません。
アプリケーションをリッチにするよりも、一つの目的
ーーつまり、アプリケーション切り替えーーだけに
集中し、プロジェクトを簡潔に保ちます。プロジェクトの
簡潔さは OS の変更に追従しやすくなるため、
将来にわたって機能を維持しやすくなります。
- git config core.hooksPath githooks
- Archive
- Distribute App
- Copy App
- Run a command to create DMG:
create-dmg KeyHop.dmg KeyHop.v0.0.1/KeyHop.app
This section is not for the Devin, just my note. Devin don't run this.
cd ~/repos/KeyHop && git config core.hooksPath githooks
xcodebuild test -scheme KeyHop -destination platform=macOS
swiftlint lint --reporter relative-path