Skip to content

Melv1no/Flow.Launcher.Plugin.easyssh

Repository files navigation

Flow.Launcher.Plugin.easyssh

A plugin for the Flow launcher.

Currently, this plugin enables you to establish an SSH connection using a single command line. In the future, I plan to integrate a NoSQL database to store various SSH connection profiles. image

Installation

pm install EasySSH or download last release and unzip in %appdata%/FlowLauncher/plugins

Usage

ssh d <direct ssh args | [email protected]>
ssh profiles (select profile to connect)
ssh remove (select profile to delete)
ssh add <profile name | TestProfile> <ssh args | [email protected]>

To do

ssh scp d <file> <user@host>:<destination>
ssh scp profiles <file> <destination>