# spring-remote **Repository Path**: victorkevin/spring-remote ## Basic Information - **Project Name**: spring-remote - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-07-11 - **Last Updated**: 2025-07-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ![avatar](https://github.com/HaleyWang/SpringRemote/raw/master/doc/springRemoteDarkTheme.png) ## SpringRemote light theme ![avatar](https://github.com/HaleyWang/SpringRemote/raw/master/doc/springRemoteLightTheme.png) ## Prerequisites ``` java 11 #Other versions have not been tested. #Open JDK #https://github.com/corretto/corretto-11/releases ``` ## Quick start ``` cd build/libs java -jar SpringRemote-.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-.jar ```