Socket
Book a DemoInstallSign in
Socket

hyperterm-summon

Package Overview
Dependencies
Maintainers
2
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hyperterm-summon

Summon your Hyperterm windows with a system-wide hotkey

Source
npmnpm
Version
2.0.6
Version published
Weekly downloads
13
85.71%
Maintainers
2
Weekly downloads
 
Created
Source

hyperterm-summon

Build Status code style: prettier

Summon your Hyper windows with a system-wide hotkey.

In a multi-window situation, hyperterm-summon will remember the last active window and restore focus to it.

If Hyper is already active when the hotkey is pressed, your terminal windows will be hidden and (on macOS only) your previously-active application will regain focus.

Installation

  • Open your Hyper config file (i.e. ~/.hyper.js) in your preferred text editor.
  • Add hyperterm-summon to the plugins array found in the Hyper config.

Options

KeyDescriptionDefault
hideDockHide the Hyper icon in the dock and app switcher.false
hideOnBlurHide the Hyper when window loses focus.false
hotkeyShortcut to toggle Hyper window visibility.Ctrl+;

NOTE: For a list of valid shortcuts, see Electron Accelerators.

Example Config

module.exports = {
  config: {
    summon: {
      hideDock: true,
      hideOnBlur: true,
      hotkey: 'Alt+Super+O'
    }
  },
  plugins: [
    'hyperterm-summon'
  ]
}

Keywords

hyperterm

FAQs

Package last updated on 27 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts