Spotlight
Auto Completion Intro Video
Auto completion suggests commands, subcommands, command line arguments and command histories that are currently available. The command snippets from the QuickBar are also available in the completion list. Auto completion greatly increases text input speed, because you don’t have to memorize a large number of commands and type every letter in a command.
Auto completion supports:
- Linux Shell commands.
- MacOS Shell commands.
- Windows Cmd commands.
- PowerShell commands.
- Commands of any command line program, such as Git
- Command Snippets from the QuickBar
Usage:
Windows
| Version | Architecture | Operating Systems |
|---|---|---|
| WindTerm_2.5.0_Prerelease_1_Windows_Portable_x86_64 | x86_64 | Windows 7, Windows 8, Windows 10, Windows 11 |
Upgrade
Versions before Version 2.4.0
- Start
WindTermand select theprofiles directoryand quit. - Replace the new
.wind/profilesfolder with the oldprofilesfolder. - Restart
WindTermand all the sessions and configuration will be restored.
Versions after Version 2.4.0
- Start
WindTermand select theprofiles directorycontaining the old.windfolder. - It is recommended to choose the
Home Directoryto facilitate subsequent upgrades.
If the .wind folder needs to be moved to another system:
- Quit
WindTerm. - Replace the new
.windfolder with the old.windfolder. - Restart
WindTermand all the sessions and configuration will be restored.
The .wind folder is cross-platform.
Known Issues:
- [ZMODEM] Only support file names contains ASCII characters in Windows, otherwise the file name of the transfered file will be garbled after transmission, but it does not affect the correctness of the file content. Linux and MacOS version does not have this problem.
Changes in Version 2.5.0 Prerelease 1 (2022-5-18):
Features:
- [SESSION] Supports auto completion for
Linux Shell,MacOS Shell,PowerShell,Windows Cmd,Gitand so on. Intro video- 22 Git Commands
- 32 Windows Cmd Commands
- 42 Linux / MacOS Shell Commands
- 3695 PowerShell Commands of
Windows Server 2022andPowerShell v7.3
- [SESSION] Supports auto completion for the command snippets from the
QuickBar. - [GUI] The filtering algorithm of the filter boxes is modified to a
multiple pattern matching algorithm. - [TAB] Restore the last modified tab name. #626
- [FILER] Add menu items
Copy directory pathandCopy directory path to terminal.
Improvements:
- [SCHEME]
Cmdsupports highlightingSlash Options. - [SESSION] The default lines of scrollback history is limited to
999999.