Skip to content

Plinpod/hyper-quickssh

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Plugin to show a Quick List of your favorites SSH or others shell commands in Hyper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%