0.1.1 • Published 7 months ago
hyper-launcher v0.1.1
Hyper launcher
Make alfred behaves like an app launcher.
Installation
Use the Hyper CLI, bundled with your Hyper app, to install hyperterm-launcher by entering the following into Hyper:
hyper i hyperterm-launcher
Options
Key | Description | Default |
---|---|---|
hotkey | Shortcut1 to toggle Hyper window visibility. | Ctrl+; |
Example Config
module.exports = {
config: {
launcher: {
hotkey: "Alt+Super+O"
}
},
plugins: ["hyperterm-launcher"]
};
1 For a list of valid shortcuts, see Electron Accelerators.