Software:Windows Terminal

From HandWiki
Short description: Terminal emulator for Windows 10 and later
Windows Terminal
Windows Terminal logo.svg
Windows Terminal v1.0 1138x624.png
Windows Terminal running on Windows 10
Other namesWindows Terminal
Developer(s)Microsoft
Initial releaseMay 3, 2019; 4 years ago (2019-05-03)[1]
Stable release
1.18.3181.0 / November 15, 2023; 3 months ago (2023-11-15)[2]
Preview release
1.19.3172.0 / November 15, 2023; 3 months ago (2023-11-15)[3]
Repositorygithub.com/Microsoft/Terminal
Written inC++
Operating systemWindows 10, Windows 11, Windows Server 2022
PlatformIA-32, x86-64, ARM64
TypeTerminal emulator
LicenseMIT License
Websiteaka.ms/terminal

Windows Terminal is a multi-tabbed terminal emulator developed by Microsoft for Windows 10 and later[4] as a replacement for Windows Console.[5] It can run any command-line app in a separate tab. It is preconfigured to run Command Prompt, PowerShell, WSL and Azure Cloud Shell Connector,[6][7] and can also connect to SSH by manually configuring a profile.[8] Windows Terminal comes with its own rendering back-end; starting with version 1.11 on Windows 11, command-line apps can run using this newer back-end instead of the old Windows Console.[9]

Since Windows 11 22H2 and Windows Terminal 1.15, Windows Terminal replaces Windows Console as the default.[10][11]

History

Windows Terminal was announced[5] at Microsoft's Build 2019 developer conference in May 2019[12] as a modern alternative for Windows Console, and Windows Terminal's source code first appeared on GitHub on May 3, 2019.[1] The first preview release was version 0.2, which appeared on July 10, 2019.[13] The first stable version of the project (version 1.0) was on May 19, 2020, at which point, Microsoft started releasing preview versions as the Windows Terminal Preview app, which could be installed side-by-side with the stable version.[14]

Features

Terminal is a command-line front-end. It can run multiple command-line apps, including text-based shells in a multi-tabbed window. It has out-of-the-box support for Command Prompt, PowerShell, and Bash on Windows Subsystem for Linux (WSL).[6] It can natively connect to Azure Cloud Shell.[7]

Terminal augments the text-based command experience by providing support for:

Cascadia Code

Main page: Cascadia Code

Cascadia Code is a purpose-built monospaced font by Aaron Bell of Saja Typeworks for the new command-line interface. It includes programming ligatures and was designed to enhance the look and feel of Windows Terminal, terminal applications and text editors such as Visual Studio and Visual Studio Code.[17] The font is open-source under the SIL Open Font License and available on GitHub.[18] It is bundled with Windows Terminal since version 0.5.2762.0.[19]

See also

Notes

  1. Requires an appropriate font to be selected for rendering.

References

  1. 1.0 1.1 Howett, Dustin L (May 3, 2019). "v0.1.1002.0: Initial release of the Windows Terminal source code". Microsoft. https://github.com/microsoft/terminal/releases/tag/v0.1.1002.0. 
  2. Howett, Dustin (November 15, 2023). "Windows Terminal v1.18.3181.0 (1.18.3181.0)". Microsoft. https://github.com/microsoft/terminal/tree/v1.18.3181.0. 
  3. Howett, Dustin (November 15, 2023). "Windows Terminal Preview v1.19.3172.0". Microsoft. https://github.com/microsoft/terminal/tree/v1.19.3172.0. 
  4. Warren, Tom (May 6, 2019). "Microsoft unveils Windows Terminal, a new command line app for Windows". https://www.theverge.com/2019/5/6/18527870/microsoft-windows-terminal-command-line-tool. 
  5. 5.0 5.1 Cinnamon, Kayla (May 6, 2019). "Introducing Windows Terminal". Microsoft Corporation. https://devblogs.microsoft.com/commandline/introducing-windows-terminal/. 
  6. 6.0 6.1 Bright, Peter (May 6, 2019). "Coming soon: Windows Terminal—finally a tabbed, emoji-capable Windows command-line". https://arstechnica.com/gadgets/2019/05/coming-soon-windows-terminal-finally-a-tabbed-emoji-capable-windows-command-line/. 
  7. 7.0 7.1 Bhojwani, Pankaj (August 2, 2019). "The Azure Cloud Shell Connector in Windows Terminal". Microsoft. https://devblogs.microsoft.com/commandline/the-azure-cloud-shell-connector-in-windows-terminal/. 
  8. nguyen-dows (2023-09-28). "Windows Terminal SSH" (in en-us). https://learn.microsoft.com/en-us/windows/terminal/tutorials/ssh. 
  9. "Windows Terminal v1.11.2921.0". Microsoft. October 20, 2021. https://github.com/microsoft/terminal/releases/tag/v1.11.2921.0. 
  10. "Windows Terminal is now the Default in Windows 11". https://devblogs.microsoft.com/commandline/windows-terminal-is-now-the-default-in-windows-11/. 
  11. "Command Prompt and Windows Powershell for Windows 11". https://support.microsoft.com/en-us/windows/command-prompt-and-windows-powershell-for-windows-11-6453ce98-da91-476f-8651-5c14d5777c20. 
  12. Warren, Tom (May 6, 2019). "Microsoft unveils Windows Terminal, a new command line app for Windows". Vox Media. https://www.theverge.com/2019/5/6/18527870/microsoft-windows-terminal-command-line-tool. 
  13. Howett, Dustin L (July 10, 2019). "Windows Terminal - Preview v0.2". Microsoft. https://github.com/microsoft/terminal/releases/tag/v0.2.1715.0. 
  14. Howett, Dustin L (May 19, 2020). "Windows Terminal v1.0.1401.0". Microsoft. https://github.com/microsoft/terminal/releases/tag/v1.0.1401.0. 
  15. 15.0 15.1 15.2 15.3 "Windows Terminal Preview 1.4 brings embedded hyperlinks support, version 1.3 generally available - Neowin". September 23, 2020. https://www.neowin.net/news/windows-terminal-preview-14-brings-embedded-hyperlinks-support-version-13-generally-available. 
  16. Microsoft Issues Major Update to Windows Terminal – Thurrott.com
  17. Cascadia Code | Windows Command Line Tools For Developers
  18. GitHub - microsoft/cascadia-code
  19. "Release Windows Terminal Preview v0.5.2762.0 · microsoft/terminal · GitHub". October 4, 2019. https://github.com/microsoft/terminal/releases/tag/v0.5.2762.0. 

Further reading

  • Windows Terminal Tips, Tricks, and Productivity Hacks: Optimize your command-line usage and development processes with pro-level techniques. Packt Publishing. 2021. ISBN 978-1800207561. 

External links