0.0.9 • Published 5 years ago

hyper-single-instance v0.0.9

Weekly downloads
121
License
ISC
Repository
github
Last release
5 years ago

hyper-single-instance

An extension which prevents the creation of multiple Hyper.app windows.

Calls to hyper.exe and the Hyper context-menu option will create new tabs in the existing instance of Hyper.

Demo

Installation

To install, execute:

hyper i hyper-single-instance

Or edit ~/.hyper.js manually and add "hyper-single-instance" to plugins:

plugins: [
  "hyper-single-instance",
],