Skip to content

☁️ A plugin that adds visor mode to Hyper terminal.

License

Notifications You must be signed in to change notification settings

wzhudev/hyper-visor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hyper-visor

Add visor mode to your Hyper terminal.

Installation

Run this command in your terminal

$ hyper i silicic-hyper-visor

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.

Known Problems

I am trying to fix on these problems:

  • When you press the trigger shortkey when the visor terminal is focused, it won't bring you back to the previously active application.
  • No animation.
  • It doesn't reload when you update settings.
  • The default size of a new window is messed up.

License

MIT

About

☁️ A plugin that adds visor mode to Hyper terminal.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published