# SpringRemote **Repository Path**: haley.wang/SpringRemote ## Basic Information - **Project Name**: SpringRemote - **Description**: linux远程工具,命令行工具,支持保存常用命令,保存远程ssh连接。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: https://github.com/HaleyWang/SpringRemote - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-01-01 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: web-dev-toolkits **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 8+ gradle 4.9+ ``` ## Quick start ``` cd build/libs java -jar SpringRemote-.jar ``` ## Run form the main method Open com.haleywang.putty.SpringRemote, and run the main method. ## Run from the terminal ``` cd SpringRemote gradle run ``` ## Build and run ``` gradle build cd build/libs java -jar SpringRemote-.jar ```