https://github.com/yui540/hyper-dialog
『Hyperターミナルでcmd+qする時にダイアログ出すやつ。』
https://github.com/yui540/hyper-dialog
Last synced: 17 days ago
JSON representation
『Hyperターミナルでcmd+qする時にダイアログ出すやつ。』
- Host: GitHub
- URL: https://github.com/yui540/hyper-dialog
- Owner: yui540
- License: mit
- Created: 2018-11-21T13:01:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-21T13:20:17.000Z (over 6 years ago)
- Last Synced: 2025-03-24T18:47:22.446Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hyper-dialog
- Size: 454 KB
- Stars: 4
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-dialog
Hyperターミナルで`cmd+q`する時にダイアログ出すやつです。メッセージ内容などはオプションで変えられます。

## インストール
```bash
$ hyper i hyper-dialog
```## オプション
```javascript
config: {
// ...
hyperDialog: {
title: 'Hyperを終了するよ?',
message: '全部のセッションが終了するけどいい?',
okButton: 'いいよ。',
cancelButton: 'だめ。',
},
// ...
}
```