Windows/Terminal
< Windows
Windows Terminal
https://github.com/microsoft/terminal
Microsoft Store Install
https://aka.ms/terminal
Download
As of 2024.08.01: (last release was June 27)
https://github.com/microsoft/terminal/releases/tag/v1.21.1772.0 https://github.com/microsoft/terminal/releases/download/v1.21.1772.0/Microsoft.WindowsTerminalPreview_1.21.1772.0_x64.zip
Chocolatey Install
Unofficial method
choco install microsoft-windows-terminal
multiLinePasteWarning
Warning
You are about to paste text that contains multiple lines. If you paste this text into your shell, it may result in the unexpected execution of commands. Do you wish to continue?
To change these settings (add to settings.json by doing the following)...
Hold down the Shift key while selecting Settings in the Windows Terminal dropdown menu. This will open the editor associated with json files, typically Visual Studio Code if installed.
At the root of your settings.json (not under any other key, just inside the first level of brackets), add:
{ "multiLinePasteWarning": false,