https://github.com/jhen0409/hyperterm-open-devtools
Open DevTools for currently showing web page with a hotkey on Hyper
https://github.com/jhen0409/hyperterm-open-devtools
Last synced: 3 days ago
JSON representation
Open DevTools for currently showing web page with a hotkey on Hyper
- Host: GitHub
- URL: https://github.com/jhen0409/hyperterm-open-devtools
- Owner: jhen0409
- License: mit
- Created: 2016-07-19T00:01:20.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-31T21:01:28.000Z (almost 9 years ago)
- Last Synced: 2025-08-28T10:54:19.328Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 27.3 KB
- Stars: 8
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# hyperterm-open-devtools [](https://travis-ci.org/jhen0409/hyperterm-open-devtools)
> Open DevTools for currently showing web page with a hotkey on [Hyper](https://hyper.is)

## Install
Add `hyperterm-open-devtools` to the plugins list in your `~/.hyper.js` config file.
## Config of hotkey
The hotkey is default by `CommandOrControl+Alt+J`, you can set `openDevToolsKey` in `~/.hyper.js` config file:
```
config: {
...
openDevToolsKey: 'CommandOrControl+Alt+K'
}
```You need restart app to apply the config.
## How to install extension to devtools of webview use?
You can use [hyperterm-install-devtools](https://github.com/jhen0409/hyperterm-install-devtools) to install devtools extension in Hyper.
## Test
```bash
$ ./fetch-hyper.sh
$ npm test
```## License
[MIT](LICENSE.md)