0.1.1 • Published 10 months ago

hyper-launcher v0.1.1

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

Hyper launcher

Make alfred behaves like an app launcher.

Installation

Use the Hyper CLI, bundled with your Hyper app, to install hyperterm-launcher by entering the following into Hyper:

hyper i hyperterm-launcher

Options

KeyDescriptionDefault
hotkeyShortcut1 to toggle Hyper window visibility.Ctrl+;

Example Config

module.exports = {
  config: {
    launcher: {
      hotkey: "Alt+Super+O"
    }
  },
  plugins: ["hyperterm-launcher"]
};

1 For a list of valid shortcuts, see Electron Accelerators.

0.1.1

10 months ago

0.1.0

10 months ago