Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vlrmprjct/hyper-systray
Hyper.app Systray — Supports Windows
https://github.com/vlrmprjct/hyper-systray
app console desktop hyper hyper-extension hyper-plugin hyper-systray hyper-tray hyperjs terminal windows
Last synced: 6 days ago
JSON representation
Hyper.app Systray — Supports Windows
- Host: GitHub
- URL: https://github.com/vlrmprjct/hyper-systray
- Owner: vlrmprjct
- License: mit
- Archived: true
- Created: 2018-04-15T09:43:01.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-17T05:39:51.000Z (over 6 years ago)
- Last Synced: 2024-04-10T11:14:31.932Z (7 months ago)
- Topics: app, console, desktop, hyper, hyper-extension, hyper-plugin, hyper-systray, hyper-tray, hyperjs, terminal, windows
- Language: JavaScript
- Homepage:
- Size: 1.95 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
[Hyper](https://hyper.is) systray plugin for Windows Users — Open Hyper from system tray or a global shortcut.
*Works on Hyper v2.x*
[MacOS Users should use this plugin instead:](https://github.com/tarutin/hyper-tray/) https://github.com/tarutin/hyper-tray/
---
## Tips
* Click on tray icon to toggle Hyper.js-Window
* Define a global shortcut in user-settings or use the default: `Alt + Space` to toggle Hyper.js-Window
* Right click on tray icon and `Quit`## Config
Define your own global-shortcut to `~/.hyper.js`
```bash
config {
systray: {
hotkey: 'Ctrl+Space'
}
}
```## Contributing
```bash
$ cd ~/.hyper_plugins/local/
$ git clone https://github.com/telekommander/hyper-systray.git
$ cd hyper-systray
$ npm install
```
Add the name of the directory to `localPlugins` in `~/.hyper.js` and Reload terminal window.## License
MIT