# WebXShell **Repository Path**: yu-shixin/WebXShell ## Basic Information - **Project Name**: WebXShell - **Description**: No description available - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-24 - **Last Updated**: 2021-08-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##WebXShell V1.0 网页版XShell
```` 1.支持大部分指令 2.支持多客户端访问 3.页面简陋,测试Demo ```` > 访问路径: http://localhost/shell/index > ![img.png](img.png) > ![img_1.png](img_1.png)
支持的快捷键 功能说明
Tab 命令自动补全
Enter 执行命令
Backspace 向前删除
Delete 向后删除
上翻历史命令
下翻历史命令
光标左移
光标右移
Ctrl+L 清屏
Ctrl+C 中断执行的命令
Ctrl+Insert 复制
Shift+Insert 粘贴
Alt+Insert 粘贴选中内容
Ctrl+Shift+B 滚动缓冲区清除
**前端页面使用xterm.js + sockjs.js + stomp.js
后端使用Springboot + WebSocket + Jsch** >1.GitHub地址: https://github.com/xtermjs/xterm.js >2.不同Tag版本: https://github.com/xtermjs/xterm.js/tags >3.推荐网站:https://unpkg.com,可以直接获取指定版本号的js文件
例如:https://unpkg.com/xterm@4.13.0/lib/xterm.js