0.0.9 • Published 6 years ago
hyper-single-instance v0.0.9
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.

Installation
To install, execute:
hyper i hyper-single-instanceOr edit ~/.hyper.js manually and add "hyper-single-instance" to plugins:
plugins: [
"hyper-single-instance",
],