Windows/Terminal: Difference between revisions

From Omnia
Jump to navigation Jump to search
(Created page with "== Windows Terminal == https://github.com/microsoft/terminal == Microsoft Store Install == https://aka.ms/terminal == Chocolatey Install == Unofficial method choco in...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:


  https://aka.ms/terminal
  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 ==
== Chocolatey Install ==
Line 12: Line 18:


  choco install microsoft-windows-terminal
  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?
https://i.imgur.com/KyzLklE.png
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,
ref: https://superuser.com/questions/1677982/how-do-i-get-windows-terminal-to-stop-asking-me-every-time-i-paste-something-int
ref: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/interaction#warn-when-the-text-to-paste-contains-multiple-lines


== keywords ==
== keywords ==

Latest revision as of 19:08, 1 August 2024

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?

KyzLklE.png

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,

ref: https://superuser.com/questions/1677982/how-do-i-get-windows-terminal-to-stop-asking-me-every-time-i-paste-something-int

ref: https://learn.microsoft.com/en-us/windows/terminal/customize-settings/interaction#warn-when-the-text-to-paste-contains-multiple-lines

keywords