All Projects → zachflower → hyper-confirm

zachflower / hyper-confirm

Licence: MIT license
⛔ Plugin to show a confirmation dialog before quitting Hyper

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hyper-confirm

doki-theme-hyper
Cute anime character themes for Hyper.js.
Stars: ✭ 67 (+272.22%)
Mutual labels:  hyper
hyper-clean
✨ A clean Hyper theme with IBM Design colors
Stars: ✭ 30 (+66.67%)
Mutual labels:  hyper
hyper-blink
Let Hyper's cursor blink.
Stars: ✭ 46 (+155.56%)
Mutual labels:  hyper
hyper.sh-connector-k8s
Hyper.sh Container Connector for Kubernetes
Stars: ✭ 22 (+22.22%)
Mutual labels:  hyper
hyperclean
🌴 Hyper.app plugin to remove traffic lights
Stars: ✭ 16 (-11.11%)
Mutual labels:  hyper
hyper-sierra-vibrancy
Theme for Hyper with vibrancy 🌄
Stars: ✭ 30 (+66.67%)
Mutual labels:  hyper
hyper-materialshell
A material design theme for Hyper based on materialshell. ✨
Stars: ✭ 72 (+300%)
Mutual labels:  hyper
hyper-reverse-proxy
A simple reverse proxy for use with Hyper and Tokio
Stars: ✭ 94 (+422.22%)
Mutual labels:  hyper
hyper-opacity
Set the opacity of your Hyper terminal (Windows and MacOS)
Stars: ✭ 100 (+455.56%)
Mutual labels:  hyper
hyper-markdown-preview
Preview Markdown files right from your Hyper Terminal!
Stars: ✭ 18 (+0%)
Mutual labels:  hyper
hyper-bloody
⚡ A bloody theme for hyper
Stars: ✭ 18 (+0%)
Mutual labels:  hyper
hyper-rose-pine-next
Hyper Theme - which supports your System Preferences
Stars: ✭ 28 (+55.56%)
Mutual labels:  hyper
hyper-one-light
Atom One Light theme for Hyper
Stars: ✭ 56 (+211.11%)
Mutual labels:  hyper
pandleau
A quick and easy way to convert a Pandas DataFrame to a Tableau .hyper or .tde extract.
Stars: ✭ 60 (+233.33%)
Mutual labels:  hyper
commons
flutter commons package
Stars: ✭ 42 (+133.33%)
Mutual labels:  confirmation-dialog
hyper-proxy
A proxy connector for Hyper-based crates
Stars: ✭ 73 (+305.56%)
Mutual labels:  hyper
git-falcon9
No description or website provided.
Stars: ✭ 16 (-11.11%)
Mutual labels:  hyper
htyt
Hyper plugin to search and play youtube videos
Stars: ✭ 19 (+5.56%)
Mutual labels:  hyper
hyper-api-samples
Sample code to get started with the Hyper API.
Stars: ✭ 80 (+344.44%)
Mutual labels:  hyper
hypergravity
Gravity simulation in Hyper terminal
Stars: ✭ 22 (+22.22%)
Mutual labels:  hyper

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].