# windterm-linux **Repository Path**: shu-peixuan/windterm-linux ## Basic Information - **Project Name**: windterm-linux - **Description**: linux下ssh连接工具WindTerm - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-05-31 - **Last Updated**: 2024-05-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # WindTerm A professional cross-platform SSH/Sftp/Shell/Telnet/Serial terminal ## Install 1. Clone this repo into your Documents file: ```bash cd ~/Documents git clone https://gitee.com/shu-peixuan/windterm-linux.git ``` 2. Modify the `windterm.desktop` desktop shortcut according to your file path. Then copy it to the desktop or sytem application path for appearance in start menu. ```bash cd windterm-linux sudo chmod +x WindTerm # modify the path according to your file path, then save and close the window gedit windterm.desktop # copy the shortcut to the desktop and allow it launching by right click sudo cp windterm.desktop ~/Desktop/windterm.desktop # or copy the shortcut to the system application path and launch it in start menu sudo cp windterm.desktop /usr/share/applications/windterm.desktop ``` 3. Launch windterm by clicking it on desktop or start meun. ## Usage Open windterm. Click `Session` on the left top and create a new ssh session.