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.
pm install EasySSH or download last release and unzip in %appdata%/FlowLauncher/plugins
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]>
ssh scp d <file> <user@host>:<destination>
ssh scp profiles <file> <destination>