Skip to content

kuniyoshi/KeyHop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KeyHop

Xcode - Build and Analyze

Application launcher for macOS

Usage

  1. 「プライバシーとセキュリティ」の「アクセシビリティ」に KeyHop を追加します
  2. Open this App
  3. Add a keybinginds to launch a specific app
  4. Type the bindings, then specified app will be launched.

Description

KeyHop は macOS 用のアプリケーションランチャーです。 アプリケーション切り替えに ⌘-Tab を使う代わりに、 特定のキーを押すことでアプリケーションを切り替えます。

アプリケーション切り替えは単に、当該アプリケーションを 起動するだけです。

アプリケーション切り替えに特定のキーを割り当てることで、 即座に目的のアプリケーションを開けるようになります。

Concept

KeyHop はとても簡単なコードで実装される、小さな アプリケーションです。リッチな機能は実装しません。 アプリケーションをリッチにするよりも、一つの目的 ーーつまり、アプリケーション切り替えーーだけに 集中し、プロジェクトを簡潔に保ちます。プロジェクトの 簡潔さは OS の変更に追従しやすくなるため、 将来にわたって機能を維持しやすくなります。

Setup

  1. git config core.hooksPath githooks

BUILD AND DISTRIBUTE

  1. Archive
  2. Distribute App
  3. Copy App
  4. Run a command to create DMG: create-dmg KeyHop.dmg KeyHop.v0.0.1/KeyHop.app

Not for Devin

This section is not for the Devin, just my note. Devin don't run this.

Maintain Dependencies

cd ~/repos/KeyHop && git config core.hooksPath githooks

CI

xcodebuild test -scheme KeyHop -destination platform=macOS

Lint

swiftlint lint --reporter relative-path

About

Application launcher for macOS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors