2019-10-10 03:56:10 +08:00
# WindTerm
2020-08-22 08:02:17 +08:00
A professional SSH/Telnet/Serial/Shell/Sftp client for DevOps.
2019-10-10 06:56:08 +08:00
_Hello WindTerm :rose:, hello world!_
2020-01-30 19:57:34 +08:00
**We're just beginning! If you want a high performance text editor, you can try [WindEdit ](https://www.github.com/kingToolbox/DIGEdit/ ).**
2019-10-10 06:56:08 +08:00
2020-07-04 00:32:38 +08:00
# License
**Completely FREE for commercial and non-commercial use without limitations.**
2020-08-28 16:18:21 +08:00
**All released source codes (except thirdparty directory) are provided under the terms of Apache-2.0 license.**
2020-07-04 00:32:38 +08:00
2020-01-23 14:19:07 +08:00
# Introduction
See [Intro Videos ](https://kingtoolbox.github.io )
2020-06-22 05:22:13 +08:00
# Download
2019-10-15 15:35:38 +08:00
2020-06-22 05:22:13 +08:00
Windows Binary: https://github.com/kingToolbox/WindTerm/releases
2019-10-15 15:35:38 +08:00
2020-06-22 05:22:13 +08:00
(The binary of Macos and Linux will be committed later)
2019-10-15 15:35:38 +08:00
2020-08-28 13:21:43 +08:00
# Source Code
WindTerm is a **partial** open source project, and the source will be gradually opened.
2020-08-28 13:29:20 +08:00
Open source code includes, but is not limited to, the classes that can be used independently, such as functional, algorithms, gui widgets, etc., as well as functional libraries, such as network, protocols, etc., as well as all types that require open source according to the license.
2020-08-28 13:21:43 +08:00
2019-10-15 15:35:38 +08:00
# Issues and feature requests
Any issues and feature requests are welcome. Please click [issues ](https://github.com/kingToolbox/WindTerm/issues ) to commit an issue.
2019-10-10 06:56:08 +08:00
# Screenshots
2019-10-12 12:47:15 +08:00
2020-06-22 05:43:27 +08:00
Main Window:
2019-10-12 12:47:15 +08:00
2020-06-22 05:43:27 +08:00
![MainWindow ](https://github.com/kingToolbox/WindTerm/blob/master/images/screenshots/WindTerm.png )
2019-10-12 12:47:15 +08:00
Split views:
2019-10-10 06:56:08 +08:00
![SplitView ](https://github.com/kingToolbox/WindTerm/blob/master/images/screenshots/SplitView.png )
2020-09-19 00:59:23 +08:00
DigeWhite Theme:
![DigeWhite Theme ](https://github.com/kingToolbox/WindTerm/blob/master/images/screenshots/WindTerm_DigeWhite_Theme.png )
2019-10-10 06:56:08 +08:00
# Features
2020-09-19 00:59:23 +08:00
- **Supports changing the UI theme.** [Intro Video ](https://kingtoolbox.github.io/2020/09/18/theme/ )
- **Supports setting the tab color.** [Intro Video ](https://kingtoolbox.github.io/2020/09/18/tabbar-change-tabcolor/ )
- **Supports closing tabs to the right.**
2020-07-25 13:33:40 +08:00
- **Supports highlighting the opening and closing delimiter, such as (), [], {} and the customed delimiters.** [Intro Video ](https://kingtoolbox.github.io/2020/06/28/pair/ )
- **Integrated sftp, scp client, supports download, upload, remove, rename, make new file/directory and so on.** [Intro Video ](https://kingtoolbox.github.io/tags/transfer/ )
2020-09-19 00:59:23 +08:00
- **Integrated local file manager, supports move to, copy to, copy from, remove, rename, make new file/directory and so on.**
2020-07-25 13:33:40 +08:00
- **Local and remote modes with vim keybindings. (Using Shift+Enter key to switch between remote and local mode**) [Intro Video ](https://kingtoolbox.github.io/2020/06/21/keyboard-modes/ )
- **Command palette.** [Intro Video ](https://kingtoolbox.github.io/tags/command-palette/ )
- **Command sender.** [Intro Video ](https://kingtoolbox.github.io/tags/sender/ )
2020-08-22 08:02:17 +08:00
- **Quick Bar.** [Intro Video ](https://kingtoolbox.github.io/2020/08/22/quickbar/ )
- **Paste Dialog.** [Intro Video ](https://kingtoolbox.github.io/2020/08/22/paste_dialog/ )
2020-07-25 13:33:40 +08:00
- SSH v2, Telnet, Raw Tcp, Serial, Shell protocols implemented. [Intro Video ](https://kingtoolbox.github.io/2020/01/22/new-session/ )
2020-08-22 08:02:17 +08:00
- Supports vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors.
- Supports color schemes like vscode. [Intro Video ](https://kingtoolbox.github.io/2020/01/23/highlight/ )
- Supports time stamp, folding, outlining, split views.
- Supports unicode, true-color, mouse protocol, etc.
- Supports auto wrap mode. [Intro Video ](https://kingtoolbox.github.io/2020/01/22/auto-wrap/ )
- Supports SSH auto login with password, public-key, keyboard-interactive, gssapi-with-mic. [Intro Video ](https://kingtoolbox.github.io/2020/01/23/auto-login/ )
2020-07-25 13:33:40 +08:00
- Supports session logging. [Intro Video ](https://kingtoolbox.github.io/2020/07/21/logging/ )
2020-08-22 08:02:17 +08:00
- Supports SSH auto execution when session authenticated.
- Supports SSH agent forwarding. [Intro Video ](https://kingtoolbox.github.io/2020/08/22/ssh_agent_forwarding/ )
2020-07-25 13:33:40 +08:00
- Supports X11 forwarding. [Intro Video ](https://kingtoolbox.github.io/2020/07/21/x11_forwarding/ )
- Supports direct/local port forwarding, reverse/remote port forwarding and dynamic port forwarding. [Intro Video ](https://kingtoolbox.github.io/2020/07/21/port_forwarding/ )
2020-08-22 08:02:17 +08:00
- Supports searching and previewing. [Intro Video ](https://kingtoolbox.github.io/2020/01/22/search-and-mark/ )
2020-01-15 12:42:25 +08:00
- Session dialog and session tree.
2020-07-25 13:33:40 +08:00
- Rename and duplicate session. [Intro Video ](https://kingtoolbox.github.io/tags/tabbar/ )
- Restore last sessions and layouts when restart. [Intro Video ](https://kingtoolbox.github.io/2020/01/22/restore-sessions/ )
2019-10-10 06:56:08 +08:00
- Protocols and terms can be customed.
- All vttest tests have passed except Tektronix 4014.
2020-07-25 13:33:40 +08:00
- High performance, low memory, low latency. [Intro Video ](https://kingtoolbox.github.io/2020/01/23/windterm-putty-performance/ )
2019-10-10 06:56:08 +08:00
2020-06-22 06:12:28 +08:00
# Sftp Performance
The hardware used for generating the data in these benchmarks was
windows 10 - 2.3 GHz Intel Core i5 and 8GB memory.
2020-10-18 13:45:12 +08:00
**WindTerm1.7, WindTerm 1.2, FileZilla 3.48.1, WinSCP 5.17.2 (Build 10278)** tests are performed on WSL(Ubuntu 18.04.2).
2020-06-22 06:12:28 +08:00
**All test data is for reference only.**
- 5GB huge file (5,154,830 KB), generated by random data
| | Download Time | Download Rate | Upload Time | Upload Rate |
| --- | --- | --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm 1.7 (Use high speed transfer) | **24s** | **211.6 MB/s** | **21s** | **240.3 MB/s** |
| WindTerm 1.7 | **24s** | **210.3 MB/s** | **21s** | **239.4 MB/s** |
| WindTerm 1.2 | 37s | 139.3 MB/s | 43s | 119.9 MB/s |
2020-06-22 06:12:28 +08:00
| FileZilla | 32s | 161.1 MB/s | 30s | 171.8 MB/s |
| WinSCP | 81s | 63.7 MB/s | 91s | 56.7 MB/s |
- 4400 files, 16 folders (107,042 KB), unzipped from [vim-7.4.1049.zip ](https://github.com/vim/vim/archive/v7.4.1049.zip )
| | Download Time | Download Rate | Upload Time | Upload Rate |
| --- | --- | --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm 1.7 | **27s** | **3.8 MB/s** | 13s | 8.1 MB/s |
| WindTerm 1.2 | 32s | 3.4 MB/s | **10s** | **10.7 MB/s** |
2020-06-22 06:12:28 +08:00
| FileZilla | 48s | 2.2 MB/s | 35s | 3.1 MB/s |
| WinSCP | 42s | 2.6 MB/s | 12s | 8.9 MB/s |
# Terminal Performance
2019-10-12 05:24:55 +08:00
The hardware used for generating the data in these benchmarks was
windows 10 - 2.3 GHz Intel Core i5 and 8GB memory.
2019-10-12 14:55:29 +08:00
MacOs 10.13 - 2.3 GHz Intel Core i5 and 8GB memory.
2020-10-18 13:45:12 +08:00
**WindTerm 1.7, rxvt, putty, xterm** tests are performed on WSL(Ubuntu 18.04.2).
2019-10-12 14:55:29 +08:00
**Iterm2, kitty, Alacritty** tests are performed on MacOS shell,
For WindTerm: No color scheme used in windterm. Color scheme will result in approximately 2% loss and more memory usage.
For Alacritty: Can not find how to set the scrollback lines limit, so every test use its default setting and no memory usage measured.
The version of terminals:
2019-10-12 05:24:55 +08:00
2020-10-18 13:45:12 +08:00
windterm v1.7
2019-10-12 14:55:29 +08:00
rxvt-unicode: v9.2.2
putty: v0.71
xterm: v3.30
iterm2: v3.3.6
alacritty: v0.3.3
kitty: v0.14.6
**All test data is for reference only.**
2019-10-12 05:24:55 +08:00
- 97.6MB random text (102,401,504 bytes, 1,329,878 lines, generated and tested by [random_test.sh ](https://github.com/kingToolbox/WindTerm/blob/master/benchmark/urandom_test.sh ))
In all cases, three runs were made to warm system caches. The reported numbers are the median of five runs.
1. Telnet:
| | Lines of scrollback | Data Rate(MB/sec) | Memory Usage(MB) |
| --- | --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | unlimited | **43.6** | **107.9** |
2019-10-12 05:24:55 +08:00
| rxvt | 1,350,000 | 37.8 | 842.2 |
| Putty | 1,350,000 | 4.9 | 733.4 |
| xterm | 1,350,000 | 2.2 | 3328.4 |
2. SSH:
| | Lines of scrollback | Data Rate(MB/sec) | Memory Usage(MB) |
| --- | --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | unlimited | **42.4** | **110.0** |
2019-10-12 05:24:55 +08:00
| rxvt | 1,350,000 | 40.2 | 842.2 |
| Putty | 1,350,000 | 4.8 | 734.9 |
| xterm | 1,350,000 | 2.3 | 3328.4 |
2019-10-12 14:55:29 +08:00
3. Shell:
| | Lines of scrollback | Data Rate(MB/sec) | Memory Usage(MB) |
| --- | --- | --- | --- |
| iterm2 | unlimited | - (Take too long time) | more than 1300 |
| kitty | unlimited | 17.2 | 2655 |
| Alacritty | Limited scrollback | 41.4 | - |
2019-10-12 05:24:55 +08:00
- time seq 1 n
1. n = 1,000,000, scrollback = 1,000,000 Lines
| | Time(sec) | Memory Usage(MB) |
| --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | 1.302 | **18.2** |
2019-10-12 05:24:55 +08:00
| rxvt | 5.082 | 633.3 |
| putty | 4.161 | 551.1 |
| xterm | 40.421 | 2500.7 |
2019-10-12 14:55:29 +08:00
| iterm2 | 2.116 | 146.3 |
| Kitty | 2.535 | 2376.5 |
2020-10-18 13:45:12 +08:00
| Alacritty | **1.215** | Not measured, use its default scrollback setting |
2019-10-12 05:24:55 +08:00
2. n = 2,000,000, scrollback = 2,000,000 Lines
| | Time(sec) | Memory Usage(MB) |
| --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | **2.405** | **32.3** |
2019-10-12 05:24:55 +08:00
| rxvt | 10.896 | 1266.6 |
| putty | 16.045 | 1102.6 |
| xterm | 68.154 | 5005.5 |
2019-10-12 14:55:29 +08:00
| iterm2 | 4.181 | 383.2 |
| Kitty | 5.620 | 4749.9 |
| Alacritty | 2.448 | Not measured, use its default scrollback setting |
2019-10-12 05:24:55 +08:00
3. n = 5,000,000 scrollback = 5,000,000 Lines
| | Time(sec) | Memory Usage(MB) |
| --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | **5.704** | **69.5** |
2019-10-12 05:24:55 +08:00
| rxvt | 27.533 | 3166.2 |
| putty | 45.911 | 2757.1 |
| xterm | - | Out of memmory |
2019-10-12 14:55:29 +08:00
| iterm2 | 10.805 | 1048.3 |
| Kitty | - | Out of memory |
| Alacritty | 6.172 | Not measured, use its default scrollback setting |
2019-10-12 05:24:55 +08:00
4. n = 10,000,000 scrollback = 10,000,000 Lines
| | Time(sec) | Memory Usage(MB) |
| --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | **11.255** | **132.3** |
2019-10-12 05:24:55 +08:00
| rxvt | - | Out of memory |
| putty | - | Out of memory |
| xterm | - | Out of memmory |
2019-10-12 14:55:29 +08:00
| iterm2 | 20.468 | 2231.3 |
| Kitty | - | Out of memory |
| Alacritty | 12.332 | Not measured, use its default scrollback setting |
2019-10-12 05:24:55 +08:00
5. n = 10,000,000 scrollback = 30 Lines
| | Time(sec) | Memory Usage(MB) |
| --- | --- | --- |
2020-10-18 13:45:12 +08:00
| WindTerm | 10.546 | 0.8 |
2019-10-12 05:24:55 +08:00
| rxvt | 9.687 | **0.1** |
| putty | 95.382 | 0.4 |
| xterm | 286.510 | **0.1** |
2019-10-12 14:55:29 +08:00
| iterm2 | 25.448 | 7.4 |
| Kitty | 16.104 | 0.5 |
| Alacritty | 12.221 | Not measured, use its default scrollback setting |
2019-10-12 05:24:55 +08:00
# Latency
Considering the network influence on the latency, the following data is from [DIGEdit ](https://github.com/kingToolbox/digedit ).
DIGEdit is the text component of WindTerm.
| | Min | Max | Avg | SD |
| --- | --- | --- | --- | --- |
|DIGEdit| 1.9 | 7.6 | 2.9 | 0.8 |
|Windows Notepad | 0.9 | 16.5 | 7.8 | 1.8 |
|GVim | 0.9 | 10.4 | 2.8 | 1.2 |
2020-06-22 05:22:13 +08:00
# 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:**
2020-08-22 08:02:17 +08:00
2-4 weeks.
2020-06-22 05:22:13 +08:00
2020-09-19 00:59:23 +08:00
**Next release (Early October, for reference only):**
- **Linux Version**
- Linux bash
2020-08-22 08:02:17 +08:00
- External tools
2020-06-22 05:22:13 +08:00
**Todo list:**
- Protocols:
- Rlogin
- SSH
2020-07-21 07:23:02 +08:00
- ProxyCommand
2020-06-22 05:22:13 +08:00
- UI:
- Config dialog
- Terminal:
- MacOs bash
- Session:
2020-09-19 00:59:23 +08:00
- Auto Complete
2020-06-22 05:22:13 +08:00
- Proxy
- Chat mode
2020-08-22 08:02:17 +08:00
- Log viewer
2020-06-22 05:22:13 +08:00
- File transfer:
- ftp, ftps
- Xmodem, Ymodem, Zmodem(sz, rz)
- Script, macro and plugin stystem
- More ...