hyper-launcher

0.1.1 • Public • Published

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

Key Description Default
hotkey Shortcut1 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.

Package Sidebar

Install

npm i hyper-launcher

Weekly Downloads

0

Version

0.1.1

License

ISC

Unpacked Size

9.35 kB

Total Files

8

Last publish

Collaborators

  • pomdtr