https://github.com/wzhudev/hyper-visor
:cloud: A plugin that adds visor mode to Hyper terminal.
https://github.com/wzhudev/hyper-visor
hyperapp hyperterm plugin visor
Last synced: 11 months ago
JSON representation
:cloud: A plugin that adds visor mode to Hyper terminal.
- Host: GitHub
- URL: https://github.com/wzhudev/hyper-visor
- Owner: wzhudev
- License: mit
- Created: 2019-05-18T11:01:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-19T08:15:55.000Z (over 6 years ago)
- Last Synced: 2025-03-15T06:52:08.341Z (11 months ago)
- Topics: hyperapp, hyperterm, plugin, visor
- Language: JavaScript
- Homepage:
- Size: 34.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hyper-visor
Add visor mode to your Hyper terminal.
## Installation
Run this command in your terminal
```bash
$ hyper i silicic-hyper-visor
```
## Config
In you `.hyper.js` file
```js
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](https://www.figma.com/file/N5iSJfGFNeOWCht6qGxaHMtj/hyper-visor?node-id=2%3A2).
## 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