Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yui540/hyper-dialog

『Hyperターミナルでcmd+qする時にダイアログ出すやつ。』
https://github.com/yui540/hyper-dialog

Last synced: about 2 months ago
JSON representation

『Hyperターミナルでcmd+qする時にダイアログ出すやつ。』

Awesome Lists containing this project

README

        

# hyper-dialog
Hyperターミナルで`cmd+q`する時にダイアログ出すやつです。

メッセージ内容などはオプションで変えられます。

![screenshot](./res/screenshot.png)

## インストール
```bash
$ hyper i hyper-dialog
```

## オプション
```javascript
config: {
// ...
hyperDialog: {
title: 'Hyperを終了するよ?',
message: '全部のセッションが終了するけどいい?',
okButton: 'いいよ。',
cancelButton: 'だめ。',
},
// ...
}
```