hyper-single-instance
v0.0.9
Published
open new tab instead of create a new app instance when click the system-context-menu or call to hyper.exe
Downloads
104
Maintainers
Readme
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-instance
Or edit ~/.hyper.js
manually and add "hyper-single-instance"
to plugins
:
plugins: [
"hyper-single-instance",
],