1.0.4 • Published 7 years ago

hyperterm-open-devtools v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

hyperterm-open-devtools

Open DevTools for currently showing web page with a hotkey on Hyper

Screenshot

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.

Test

$ ./fetch-hyper.sh
$ npm test

License

MIT