Skip to content

j0j1j2/hyper-confirm2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build npm npm npm

hyper-confirm2

hyper-confirm is a plugin for Hyper (formerly HyperTerm) that shows a confirmation dialog before quitting Hyper. This functionality, which is found in other terminal emulators like iTerm2, provides a safety net against accidentally quitting Hyper (a common problem outlined in Hyper Issue #399).

Installation

Via hpm

To install hyper-confirm via hpm (recommended), run the following command in your terminal:

hpm install hyper-confirm2

Manually

If you don't use hpm, add hyper-confirm to the plugins array in your Hyper config file (typically found at ~/.hyper.js):

  plugins: [
    ...
    'hyper-confirm2'
  ]

Configuration

As of v1.0.0, the quit confirmation dialog is enabled by default. To disable it, add confirmQuit: false to the config object in your Hyper config file (typically found at ~/.hyper.js):

  module.exports = {
    config: {
      ...
      confirmQuit: false
    },
    ...
  };

Credits

License

hyper-confirm is released under the MIT License.

About

⛔ Plugin to show a confirmation dialog before quitting Hyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%