mirror of
https://github.com/kingToolbox/WindTerm.git
synced 2026-08-18 10:33:28 +08:00
Compare commits
7 Commits
2.1-prerel
...
2.5-prerel
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
24c96a6aa6 | ||
|
|
ee11e00722 | ||
|
|
aa779b4b09 | ||
|
|
6c57450c56 | ||
|
|
05ffe7e8d4 | ||
|
|
f1a49022a9 | ||
|
|
d76580bea2 |
63
README.md
63
README.md
@@ -1,9 +1,9 @@
|
||||
# WindTerm
|
||||
A professional SSH/Telnet/Serial/Shell/Sftp client for DevOps.
|
||||
A Quicker and better SSH/Telnet/Serial/Shell/Sftp client for DevOps.
|
||||
|
||||
_Hello WindTerm :rose:, hello world!_
|
||||
|
||||
**We're just beginning! If you want a high performance text editor, you can try [WindEdit](https://www.github.com/kingToolbox/DIGEdit/).**
|
||||
**We're just beginning! If you want a high performance text editor, you can try [WindEdit](https://www.github.com/kingToolbox/WindEdit/).**
|
||||
|
||||
# License
|
||||
**Completely FREE for commercial and non-commercial use without limitations.**
|
||||
@@ -15,9 +15,7 @@ See [Intro Videos](https://kingtoolbox.github.io)
|
||||
|
||||
# Download
|
||||
|
||||
**Linux binary** and **Windows binary**: https://github.com/kingToolbox/WindTerm/releases
|
||||
|
||||
(The binary of Macos will be committed later)
|
||||
**Linux binary**, **MacOS binary** and **Windows binary**: https://github.com/kingToolbox/WindTerm/releases
|
||||
|
||||
# Source Code
|
||||
|
||||
@@ -52,20 +50,31 @@ DigeWhite Theme:
|
||||
### SSH, Telnet, Tcp, Shell, Serial
|
||||
- SSH v2, Telnet, Raw Tcp, Serial, Shell protocols implemented. [Intro Video](https://kingtoolbox.github.io/2020/01/22/new-session/)
|
||||
- Supports SSH auto execution when session authenticated.
|
||||
- Supports SSH ControlMaster.
|
||||
- Supports SSH ProxyCommand or ProxyJump. [Intro Video](https://kingtoolbox.github.io/2021/03/11/proxycommand/)
|
||||
- Supports SSH agent forwarding. [Intro Video](https://kingtoolbox.github.io/2020/08/22/ssh_agent_forwarding/)
|
||||
- Supports SSH auto login with password, public-key, keyboard-interactive, gssapi-with-mic. [Intro Video](https://kingtoolbox.github.io/2020/01/23/auto-login/)
|
||||
- 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/)
|
||||
- Supports XModem, YModem and ZModem. [Intro Video](https://kingtoolbox.github.io/tags/modem/)
|
||||
- Integrated sftp, scp client, supports download, upload, remove, rename, make new file/directory and so on. [Intro Video](https://kingtoolbox.github.io/tags/transfer/)
|
||||
- Integrated local file manager, supports move to, copy to, copy from, remove, rename, make new file/directory and so on.
|
||||
- Supports Windows Cmd, PowerShell and Cmd, PowerShell as administrator.
|
||||
- Supports Linux bash, zsh, powershell core and so on.
|
||||
- Supports MacOS bash, zsh, powershell core and so on.
|
||||
### GUI
|
||||
- **Supports Windows, MacOS and Linux.**
|
||||
- **Supports Multilingual User Interface.**
|
||||
- Supports Unicode 13.
|
||||
- Session dialog and session tree.
|
||||
- **Free Type Mode.** [Intro Video](https://kingtoolbox.github.io/2022/04/12/free_type_mode/)
|
||||
- **Focus Mode.** [Intro Video](https://kingtoolbox.github.io/2021/06/28/ui_focus_mode/)
|
||||
- **Sync Input.** [Intro Video](https://kingtoolbox.github.io/2021/05/27/sync-input/)
|
||||
- **Enhanced protection of the session username and password.** [Intro Video](https://kingtoolbox.github.io/2021/03/11/protection-username-password/)
|
||||
- **Command palette.** [Intro Video](https://kingtoolbox.github.io/tags/command-palette/)
|
||||
- **Command sender.** [Intro Video](https://kingtoolbox.github.io/tags/sender/)
|
||||
- **Explorer Pane.** [Intro Video](https://kingtoolbox.github.io/2021/05/27/explorer/)
|
||||
- **Shell Pane.**
|
||||
- **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/)
|
||||
- **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/)
|
||||
@@ -79,9 +88,10 @@ DigeWhite Theme:
|
||||
- Supports searching over the opened tabs. [Intro Video](https://kingtoolbox.github.io/2021/03/11/tabbar-search-tab/)
|
||||
- Supports closing tabs to the right.
|
||||
- Supports setting the windows transparency. [Intro video](https://kingtoolbox.github.io/2020/11/13/windows-opacity/)
|
||||
- Supports select-to-copy and middle-click-to-paste.
|
||||
- Supports select-to-copy, right-click-to-paste or middle-click-to-paste.
|
||||
- Supports searching text online with Google, Bing, Github, Stackoverflow, Wikipedia and DuckDuckGo. [Intro video](https://kingtoolbox.github.io/2020/11/13/search-online/)
|
||||
- Supports hiding mouse cursor while typing.
|
||||
- **Supports locking screen.** [Intro video](https://kingtoolbox.github.io/2021/04/23/lock-screen/)
|
||||
### Term
|
||||
- Supports vt100, vt220, vt340, vt420, vt520, xterm, xterm-256-colors.
|
||||
- Supports unicode, emojis, true-color, mouse protocol, etc.
|
||||
@@ -94,7 +104,9 @@ DigeWhite Theme:
|
||||
- Supports manual and automated session logging. [Intro Video](https://kingtoolbox.github.io/tags/logging/)
|
||||
- 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/)
|
||||
- Supports opening a specific session or set of sessions on startup.
|
||||
### Performance
|
||||
- Dynamic memory compression, typically `20%` to `90%` of the working memory load can be reduced.
|
||||
- High performance, low memory, low latency. [Intro Video](https://kingtoolbox.github.io/2020/01/23/windterm-putty-performance/)
|
||||
|
||||
# Sftp Performance
|
||||
@@ -336,23 +348,32 @@ DIGEdit is the text component of WindTerm.
|
||||
|
||||
**Release cycle:**
|
||||
|
||||
3-4 weeks.
|
||||
4-8 weeks.
|
||||
|
||||
**Features of version 2.1 (Early April,for reference only):**
|
||||
- New memory allocator and manager and garbage collector.
|
||||
- Search in sessions.
|
||||
- Xmodem, Ymodem, Zmodem(sz, rz)
|
||||
**Prerelease cycle:**
|
||||
|
||||
**Featurs of version 2.x:**
|
||||
- Shell Pane
|
||||
1~2 weeks
|
||||
|
||||
# Roadmap of v2.5 (Late-May, for reference only)
|
||||
- **New memory allocator and manager and garbage collector**
|
||||
- Improved Filer
|
||||
- Improved Transfer
|
||||
- Improved Quickbar
|
||||
- **SSH Agent**
|
||||
- **Automatic Completion**
|
||||
- **Command Snippet** [Description](https://github.com/kingToolbox/WindTerm/issues/239#issuecomment-951934488)
|
||||
- SSH GSSAPI Authentication (Postponed to a later version )
|
||||
- SSH Agent Forwaring (Postponed to a later version )
|
||||
- Search in sessions. (Postponed to a later version )
|
||||
|
||||
Download: [WindTerm 2.4.1](https://github.com/kingToolbox/WindTerm/releases/tag/2.4) (2022-4-28)
|
||||
Download: [WindTerm 2.5.0_Prerelease_1](https://github.com/kingToolbox/WindTerm/releases/tag/2.5-prerelease) (2022-5-18)
|
||||
|
||||
**Roadmap of version 2.x:**
|
||||
- External tools
|
||||
- UI:
|
||||
- Config dialog
|
||||
- Protocols:
|
||||
- Mosh
|
||||
- Rlogin
|
||||
- Terminal:
|
||||
- MacOs bash
|
||||
- Session:
|
||||
- Auto Complete
|
||||
- Chat mode
|
||||
@@ -361,3 +382,11 @@ DIGEdit is the text component of WindTerm.
|
||||
- ftp, ftps
|
||||
- Script, macro and plugin stystem
|
||||
- More ...
|
||||
|
||||
**Release Schedule:**
|
||||
Version | Level | Target | Status | Timeline
|
||||
------------ | ------------- | -------------- | ---------- | -----------
|
||||
v0.x | Basic | Basic framework and basic features, but complete a high-performance text editor ([WindEdit](https://github.com/kingToolbox/WindEdit)) as the base, and be able to use them normally. | Finished | Long long ago ~ Sprint of 2020
|
||||
v1.x | Manual | Perfect features and can be used by most developers in their daily work | Finished | Spring of 2020 ~ Winter of 2020
|
||||
**v2.x** | **Semi automatic** | **Through triggers, macros, events, notifications and so on, developers can be assisted to complete some operations.** | **Developing** | **Spring of 2021 ~ Summer of 2022**
|
||||
v3.x | Fully automatic | Through plugins, scripts, machine learning and so on, automatically operating with achieving non-attended | Planning | Summer of 2022 ~ Winter of 2023
|
||||
|
||||
BIN
images/WindTerm_icon_1024x1024.png
Normal file
BIN
images/WindTerm_icon_1024x1024.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
Reference in New Issue
Block a user