hyper-quickssh

0.1.7 • Public • Published

Hyper Quick SSH

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

Install

  • Add hyper-quickssh to the plugins list in your ~/.hyper.js (hyper config file);
  • Restart Hyper.

Configuration

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);

Example

{
    "results": [
        {
            "icon": "default",
            "title": "HELLO WORLD",
            "command": "echo 'Hello World'",
            "color": "#50E3C2"
        }
        // ...
    ],
    "icons": [...],
    "colors": [...]
}

Todo-list

  • 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.

Other Plugins for Hyper

License

MIT © MIT License

Package Sidebar

Install

npm i hyper-quickssh

Weekly Downloads

2

Version

0.1.7

License

MIT

Unpacked Size

49.8 kB

Total Files

4

Last publish

Collaborators

  • edhuardotierrez