hyper-sunbeam

0.0.35 • Public • Published

hyper-sunbeam

Use Hyper as a Sunbeam GUI.

sunbeam running in hyper

Installation

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

hyper i hyper-sunbeam

Options

Key Description Default
hotkey Shortcut1 to toggle Hyper window visibility. Ctrl+;

Example Config

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

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

Package Sidebar

Install

npm i hyper-sunbeam

Weekly Downloads

23

Version

0.0.35

License

ISC

Unpacked Size

444 kB

Total Files

10

Last publish

Collaborators

  • pomdtr