1.0.0 • Published 4 years ago

hyper-confirm v1.0.0

Weekly downloads
21
License
MIT
Repository
github
Last release
4 years ago

build npm npm npm

hyper-confirm

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).

npm.io

Installation

Via hpm

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

hpm install hyper-confirm

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-confirm'
  ]

Configuration

As of hyper-confirm v1.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.

1.0.0

4 years ago

0.2.0

5 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago