# 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
> 
> 
| 支持的快捷键 | 功能说明 |
|---|---|
| Tab | 命令自动补全 |
| Enter | 执行命令 |
| Backspace | 向前删除 |
| Delete | 向后删除 |
| ↑ | 上翻历史命令 |
| ↓ | 下翻历史命令 |
| ← | 光标左移 |
| → | 光标右移 |
| Ctrl+L | 清屏 |
| Ctrl+C | 中断执行的命令 |
| Ctrl+Insert | 复制 |
| Shift+Insert | 粘贴 |
| Alt+Insert | 粘贴选中内容 |
| Ctrl+Shift+B | 滚动缓冲区清除 |