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
WindTerm
and select theprofiles directory
and quit. - Replace the new
.wind/profiles
folder with the oldprofiles
folder. - Restart
WindTerm
and all the sessions and configuration will be restored.
Versions after Version 2.4.0
- Start
WindTerm
and select theprofiles directory
containing the old.wind
folder. - It is recommended to choose the
Home Directory
to facilitate subsequent upgrades.
If the .wind
folder needs to be moved to another system:
- Quit
WindTerm
. - Replace the new
.wind
folder with the old.wind
folder. - Restart
WindTerm
and 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
,Git
and so on. Intro video- 22 Git Commands
- 32 Windows Cmd Commands
- 42 Linux / MacOS Shell Commands
- 3695 PowerShell Commands of
Windows Server 2022
andPowerShell 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 path
andCopy directory path to terminal
.
Improvements:
- [SCHEME]
Cmd
supports highlightingSlash Options
. - [SESSION] The default lines of scrollback history is limited to
999999
.