Misrosoft의 새로운 Terminal
어제(19.05.07) 마이크로 소프트의 새로운 터미널 소식이 전해졌습니다.
해당 프로젝트는 Github에 공개가 되어있습니다. (MIT License)
하지만 일반에게 공개되는 실행파일은 아직 제공되지 않고 개발자들을 위한 소스가 올라와있습니다
https://github.com/microsoft/Terminal
개발환경
-
You must be running Windows 1903 (build >= 10.0.18362.0) or above in order to run Windows Terminal
-
You must have the 1903 SDK (build 10.0.18362.0) installed
-
You will need at least VS 2017 installed
-
You will need to install both the following packages in VS:
- "Desktop Development with C++"
- "Universal Windows Platform Development"
- If you're running VS2019, you'll also need to install the "v141 Toolset" and "Visual C++ ATL for x86 and x64"
-
You will also need to enable Developer Mode in the Settings app to enable installing the Terminal app for running locally.
1903 SDK Feature
- XAML Islands v1
- Windows Subsystem for Linux
- Windows UI Library 2.1
리뷰
지금 제공되는 power shell은 쓰기가 너무 불편하다. 우분투나 맥의 터미널을 쓰다가 개발 환경이 윈도우로 바뀌는 바람에 윈도우를 사용중인데 터미널로 작업은 못하고 git clone만 사용하고 Visual Code로 작업을 하는데, 이번에 제공되는 터미널이 있다면 윈도우 터미널에서도 작업을 할 수 있을것 같다.
지금 PowerShell에도 $ bash을 입력하면 bash shell을 사용할 수 있긴 하지만 폰트 스타일 등을 설정할 수 없고 탭도 늘릴 수 없어서 매우 불편한데 이런 점들을 개선한 새로운 터미널이 나온다고 한다. 그러면 윈도우에서 터미널을 좀 더 발전시켜준다면 개발하는데 많이 편리해질 것 같다.