mirror of
https://github.com/kingToolbox/WindTerm.git
synced 2026-09-03 11:42:46 +08:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad633a0ebb | ||
|
|
9a110a2017 | ||
|
|
1eefb15d57 | ||
|
|
0c75f23106 | ||
|
|
0ff09bbb31 | ||
|
|
df055abaad | ||
|
|
66954a24f0 |
35
README.md
35
README.md
@@ -13,27 +13,22 @@ See [Intro Videos](https://kingtoolbox.github.io)
|
|||||||
|
|
||||||
**Release cycle:**
|
**Release cycle:**
|
||||||
|
|
||||||
4-6 weeks.
|
2-3 weeks.
|
||||||
|
|
||||||
**Next release (for reference only):**
|
**Next release (Late June,for reference only):**
|
||||||
- Support IME.
|
- Auto complete
|
||||||
- Raw serial, raw tcp with hex view.
|
|
||||||
- Send window.
|
|
||||||
- More UI.
|
|
||||||
- Auto login with public key
|
|
||||||
- Authentication: public-key, gssapi-with-mic
|
|
||||||
- Cmd, powershell on windows 7, wsl on windows 10
|
|
||||||
|
|
||||||
**Todo list:**
|
**Todo list:**
|
||||||
- Protocols:
|
- Protocols:
|
||||||
- Rlogin
|
- Rlogin
|
||||||
- SSH:
|
- SSH
|
||||||
- X11 forwarding
|
- X11 Forwarding
|
||||||
- Port forwarding (Tunnel)
|
- Port forwarding (Tunnel)
|
||||||
- UI:
|
- UI:
|
||||||
- Config dialog
|
- Config dialog
|
||||||
|
- Local filer for cmd, powershell
|
||||||
|
- Quick command bar.
|
||||||
- Terminal:
|
- Terminal:
|
||||||
- Auto complete
|
|
||||||
- Linux bash
|
- Linux bash
|
||||||
- MacOs bash
|
- MacOs bash
|
||||||
- Session:
|
- Session:
|
||||||
@@ -41,9 +36,8 @@ See [Intro Videos](https://kingtoolbox.github.io)
|
|||||||
- Chat mode
|
- Chat mode
|
||||||
- Log and log viewer
|
- Log and log viewer
|
||||||
- File transfer:
|
- File transfer:
|
||||||
- Integrate ftp, sftp, scp client
|
- ftp, ftps
|
||||||
- Xmodem, Ymodem, Zmodem
|
- Xmodem, Ymodem, Zmodem(sz, rz)
|
||||||
- sz, rz
|
|
||||||
- Script, macro and plugin stystem
|
- Script, macro and plugin stystem
|
||||||
- More ...
|
- More ...
|
||||||
|
|
||||||
@@ -69,16 +63,21 @@ Split views:
|
|||||||
|
|
||||||
|
|
||||||
# Features
|
# Features
|
||||||
- SSH v2, Telnet, Serial, Shell protocols implemented.
|
- **Local and remote modes with vim keybindings. (Using Shift+Enter key to switch between remote and local mode**)
|
||||||
|
- **Command palette.**
|
||||||
|
- **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.
|
||||||
- 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.
|
||||||
- Support time stamp, folding, outlining, split views.
|
- Support time stamp, folding, outlining, split views.
|
||||||
- Support unicode, true-color, mouse protocol, etc.
|
- Support unicode, true-color, mouse protocol, etc.
|
||||||
- Support auto wrap mode.
|
- Support auto wrap mode.
|
||||||
- Support SSH auto login with password.
|
- Support SSH auto login with password, public-key, keyboard-interactive, gssapi-with-mic.
|
||||||
- Support SSH auto execution when session authenticated.
|
- Support SSH auto execution when session authenticated.
|
||||||
- Support searching and previewing.
|
- Support searching and previewing.
|
||||||
- Session dialog and session tree.
|
- Session dialog and session tree.
|
||||||
|
- Rename and duplicate session.
|
||||||
- Restore last sessions and layouts when restart.
|
- Restore last sessions and layouts when restart.
|
||||||
- Protocols and terms can be customed.
|
- Protocols and terms can be customed.
|
||||||
- All vttest tests have passed except Tektronix 4014.
|
- All vttest tests have passed except Tektronix 4014.
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user