SpringRemote
An open source, tabbed, remote linux SSH connections manager.
It allows you to save your command, and run it by double-clicking it.
SpringRemote dark theme
SpringRemote light theme
Prerequisites
java 11+
gradle 4.9+
Quick start
cd build/libs
java -jar SpringRemote-<version>.jar
Run from the main method
Run com.haleywang.putty.SpringRemoteApp.main().
Run from the terminal
cd SpringRemote
gradle run
Build and run
gradle build
cd build/libs
java -jar SpringRemote-<version>.jar



