mirror of
https://github.com/kingToolbox/WindTerm.git
synced 2024-12-28 04:20:07 +08:00
Reorder the titles of the paragraphs
This commit is contained in:
parent
ad633a0ebb
commit
c8b37ba1ac
163
README.md
163
README.md
@ -1,5 +1,5 @@
|
|||||||
# WindTerm
|
# WindTerm
|
||||||
An innovative fast SSH/Telnet/Serial/Shell client.
|
An innovative fast SSH/Telnet/Serial/Shell/sftp client.
|
||||||
|
|
||||||
_Hello WindTerm :rose:, hello world!_
|
_Hello WindTerm :rose:, hello world!_
|
||||||
|
|
||||||
@ -9,48 +9,16 @@ _Hello WindTerm :rose:, hello world!_
|
|||||||
|
|
||||||
See [Intro Videos](https://kingtoolbox.github.io)
|
See [Intro Videos](https://kingtoolbox.github.io)
|
||||||
|
|
||||||
# Roadmap
|
|
||||||
|
|
||||||
**Release cycle:**
|
|
||||||
|
|
||||||
2-3 weeks.
|
|
||||||
|
|
||||||
**Next release (Late June,for reference only):**
|
|
||||||
- Auto complete
|
|
||||||
|
|
||||||
**Todo list:**
|
|
||||||
- Protocols:
|
|
||||||
- Rlogin
|
|
||||||
- SSH
|
|
||||||
- X11 Forwarding
|
|
||||||
- Port forwarding (Tunnel)
|
|
||||||
- UI:
|
|
||||||
- Config dialog
|
|
||||||
- Local filer for cmd, powershell
|
|
||||||
- Quick command bar.
|
|
||||||
- Terminal:
|
|
||||||
- Linux bash
|
|
||||||
- MacOs bash
|
|
||||||
- Session:
|
|
||||||
- Proxy
|
|
||||||
- Chat mode
|
|
||||||
- Log and log viewer
|
|
||||||
- File transfer:
|
|
||||||
- ftp, ftps
|
|
||||||
- Xmodem, Ymodem, Zmodem(sz, rz)
|
|
||||||
- Script, macro and plugin stystem
|
|
||||||
- More ...
|
|
||||||
|
|
||||||
# Issues and feature requests
|
|
||||||
|
|
||||||
Any issues and feature requests are welcome. Please click [issues](https://github.com/kingToolbox/WindTerm/issues) to commit an issue.
|
|
||||||
|
|
||||||
# Download
|
# Download
|
||||||
|
|
||||||
Windows Binary: https://github.com/kingToolbox/WindTerm/releases
|
Windows Binary: https://github.com/kingToolbox/WindTerm/releases
|
||||||
|
|
||||||
(The binary of Macos and Linux will be committed later)
|
(The binary of Macos and Linux will be committed later)
|
||||||
|
|
||||||
|
# Issues and feature requests
|
||||||
|
|
||||||
|
Any issues and feature requests are welcome. Please click [issues](https://github.com/kingToolbox/WindTerm/issues) to commit an issue.
|
||||||
|
|
||||||
# Screenshots
|
# Screenshots
|
||||||
|
|
||||||
WSL:
|
WSL:
|
||||||
@ -61,12 +29,11 @@ Split views:
|
|||||||
|
|
||||||
![SplitView](https://github.com/kingToolbox/WindTerm/blob/master/images/screenshots/SplitView.png)
|
![SplitView](https://github.com/kingToolbox/WindTerm/blob/master/images/screenshots/SplitView.png)
|
||||||
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
|
- **Integrated sftp, scp client, supports download, upload, remove, rename, make new file/directory and so on.**
|
||||||
- **Local and remote modes with vim keybindings. (Using Shift+Enter key to switch between remote and local mode**)
|
- **Local and remote modes with vim keybindings. (Using Shift+Enter key to switch between remote and local mode**)
|
||||||
- **Command palette.**
|
- **Command palette.**
|
||||||
- **Command sender.**
|
- **Command sender.**
|
||||||
- **Integrated sftp, scp client, supports download, upload, remove, rename, make new file/directory and so on.**
|
|
||||||
- SSH v2, Telnet, Raw Tcp, Serial, Shell protocols implemented.
|
- SSH v2, Telnet, Raw Tcp, Serial, Shell protocols implemented.
|
||||||
- Support vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors.
|
- Support vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors.
|
||||||
- Support color schemes like vscode.
|
- Support color schemes like vscode.
|
||||||
@ -83,49 +50,6 @@ Split views:
|
|||||||
- All vttest tests have passed except Tektronix 4014.
|
- All vttest tests have passed except Tektronix 4014.
|
||||||
- High performance, low memory, low latency.
|
- High performance, low memory, low latency.
|
||||||
|
|
||||||
# Shortcuts
|
|
||||||
|
|
||||||
| Shortcut | Action |
|
|
||||||
| --- | --- |
|
|
||||||
| Alt+C | Copy |
|
|
||||||
| Alt+D | Show command palette |
|
|
||||||
| Alt+F | Find |
|
|
||||||
| Alt+F3 | Find next |
|
|
||||||
| Alt+Shift+F3 | Find previous |
|
|
||||||
| Alt+F4 | Exit |
|
|
||||||
| Alt+M, Alt+F | Toggle full screen |
|
|
||||||
| Alt+M, Alt+H | Toggle hex view |
|
|
||||||
| Alt+N | New session |
|
|
||||||
| Alt+O | Open session |
|
|
||||||
| Alt+S | Save text |
|
|
||||||
| Alt+T, Alt+B | Toggle margin blank |
|
|
||||||
| Alt+T, Alt+F | Toggle margin fold |
|
|
||||||
| Alt+T, Alt+N | Toggle margin number |
|
|
||||||
| Alt+T, Alt+S | Toggle margin symbol |
|
|
||||||
| Alt+V | Paste |
|
|
||||||
| Alt+W, Alt+D | Close active dock |
|
|
||||||
| Alt+W, Alt+G | Close active group |
|
|
||||||
| Alt+W, Alt+H | Split horizontally |
|
|
||||||
| Alt+W, Alt+L | Show outline pane |
|
|
||||||
| Alt+W, Alt+V | Split vertically |
|
|
||||||
| Alt+X | Copy and paste |
|
|
||||||
| Alt+- | Zoom in |
|
|
||||||
| Alt++ | Zoom out |
|
|
||||||
| Alt+\[ | Activate next view |
|
|
||||||
| Alt+] | Activate previous view |
|
|
||||||
| Ctrl+. | Jump to next fold |
|
|
||||||
| Ctrl+, | Jump to previous fold |
|
|
||||||
| Ctrl+Shift+A | Select all text |
|
|
||||||
| Ctrl+Shift+T | Reopen closed session |
|
|
||||||
| Ctrl+Shift+W | Close current session |
|
|
||||||
| Ctrl+Shift+- | Select current fold text |
|
|
||||||
| Shift+Del | Copy |
|
|
||||||
| Shift+End | Jump to document end |
|
|
||||||
| Shift+Home | Jump to document home |
|
|
||||||
| Shift+Ins | Paste |
|
|
||||||
| Shift+PgDown | Jump to next page |
|
|
||||||
| Shift+PgUp | Jump to previous page |
|
|
||||||
|
|
||||||
# Performance
|
# Performance
|
||||||
|
|
||||||
The hardware used for generating the data in these benchmarks was
|
The hardware used for generating the data in these benchmarks was
|
||||||
@ -256,6 +180,81 @@ DIGEdit is the text component of WindTerm.
|
|||||||
|Windows Notepad | 0.9 | 16.5 | 7.8 | 1.8 |
|
|Windows Notepad | 0.9 | 16.5 | 7.8 | 1.8 |
|
||||||
|GVim | 0.9 | 10.4 | 2.8 | 1.2 |
|
|GVim | 0.9 | 10.4 | 2.8 | 1.2 |
|
||||||
|
|
||||||
|
# Shortcuts
|
||||||
|
|
||||||
|
| Shortcut | Action |
|
||||||
|
| --- | --- |
|
||||||
|
| Alt+C | Copy |
|
||||||
|
| Alt+D | Show command palette |
|
||||||
|
| Alt+F | Find |
|
||||||
|
| Alt+F3 | Find next |
|
||||||
|
| Alt+Shift+F3 | Find previous |
|
||||||
|
| Alt+F4 | Exit |
|
||||||
|
| Alt+M, Alt+F | Toggle full screen |
|
||||||
|
| Alt+M, Alt+H | Toggle hex view |
|
||||||
|
| Alt+N | New session |
|
||||||
|
| Alt+O | Open session |
|
||||||
|
| Alt+S | Save text |
|
||||||
|
| Alt+T, Alt+B | Toggle margin blank |
|
||||||
|
| Alt+T, Alt+F | Toggle margin fold |
|
||||||
|
| Alt+T, Alt+N | Toggle margin number |
|
||||||
|
| Alt+T, Alt+S | Toggle margin symbol |
|
||||||
|
| Alt+V | Paste |
|
||||||
|
| Alt+W, Alt+D | Close active dock |
|
||||||
|
| Alt+W, Alt+G | Close active group |
|
||||||
|
| Alt+W, Alt+H | Split horizontally |
|
||||||
|
| Alt+W, Alt+L | Show outline pane |
|
||||||
|
| Alt+W, Alt+V | Split vertically |
|
||||||
|
| Alt+X | Copy and paste |
|
||||||
|
| Alt+- | Zoom in |
|
||||||
|
| Alt++ | Zoom out |
|
||||||
|
| Alt+\[ | Activate next view |
|
||||||
|
| Alt+] | Activate previous view |
|
||||||
|
| Ctrl+. | Jump to next fold |
|
||||||
|
| Ctrl+, | Jump to previous fold |
|
||||||
|
| Ctrl+Shift+A | Select all text |
|
||||||
|
| Ctrl+Shift+T | Reopen closed session |
|
||||||
|
| Ctrl+Shift+W | Close current session |
|
||||||
|
| Ctrl+Shift+- | Select current fold text |
|
||||||
|
| Shift+Del | Copy |
|
||||||
|
| Shift+End | Jump to document end |
|
||||||
|
| Shift+Home | Jump to document home |
|
||||||
|
| Shift+Ins | Paste |
|
||||||
|
| Shift+PgDown | Jump to next page |
|
||||||
|
| Shift+PgUp | Jump to previous page |
|
||||||
|
|
||||||
|
# Roadmap
|
||||||
|
|
||||||
|
**Release cycle:**
|
||||||
|
|
||||||
|
2-3 weeks.
|
||||||
|
|
||||||
|
**Next release (Late June,for reference only):**
|
||||||
|
- Auto complete
|
||||||
|
|
||||||
|
**Todo list:**
|
||||||
|
- Protocols:
|
||||||
|
- Rlogin
|
||||||
|
- SSH
|
||||||
|
- X11 Forwarding
|
||||||
|
- Port forwarding (Tunnel)
|
||||||
|
- UI:
|
||||||
|
- Config dialog
|
||||||
|
- Local filer for cmd, powershell
|
||||||
|
- Quick command bar.
|
||||||
|
- Terminal:
|
||||||
|
- Linux bash
|
||||||
|
- MacOs bash
|
||||||
|
- Session:
|
||||||
|
- Proxy
|
||||||
|
- Chat mode
|
||||||
|
- Log and log viewer
|
||||||
|
- File transfer:
|
||||||
|
- ftp, ftps
|
||||||
|
- Xmodem, Ymodem, Zmodem(sz, rz)
|
||||||
|
- Script, macro and plugin stystem
|
||||||
|
- More ...
|
||||||
|
|
||||||
# License
|
# License
|
||||||
Completely FREE for personal, schools and students use without limitations.
|
Completely FREE for personal, schools and students use without limitations.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user