Plugin to show a Quick List of your favorites SSH or others shell commands in Hyper
Simple to use: Ctrl + O
or (⌘ + O
on mac) to show/hide
- Add
hyper-quickssh
to the plugins list in your~/.hyper.js
(hyper config file); - Restart Hyper.
Open the file created on first run: ~/.hyper_plugins/hyper-quickssh-config.json
results
: an array of json objects;icons
: an array with default icons (do not change);colors
: an array of the default colors (do not change);
{
"results": [
{
"icon": "default",
"title": "HELLO WORLD",
"command": "echo 'Hello World'",
"color": "#50E3C2"
}
// ...
],
"icons": [...],
"colors": [...]
}
- Menu support: Plugins > Quick SSH;
- Shortcut to Show/Hide Quick list (Command/Control + O);
- Filter when typing in the terminal (if list is visible);
- Keyboard arrows to navigate through items;
- Modal form to manage your list directly on Hyper.
- hyper-quickstyle - Elegant theme with bright and modern colors.
MIT © MIT License