silicic-hyper-visor

0.1.2 • Public • Published

hyper-visor

Add visor mode to your Hyper terminal.

Config

In you .hyper.js file:

module.exports = {
  config: {
    visor: {
      trigger: 'command+shift+h', // trigger to open or hide the visor terminal
      position: 'top', // or 'bottom', 'left', 'right',
      width: undefined, // 100% width if not set
      height: 500, // 100% height if not set
      hideOnBlur: true // hide it when the visor terminal blurs
    }
  }
}

Artwork

Icon on Figma.

License

MIT

Package Sidebar

Install

npm i silicic-hyper-visor

Weekly Downloads

0

Version

0.1.2

License

MIT

Unpacked Size

38.1 kB

Total Files

7

Last publish

Collaborators

  • wendzhue