windows:windows_terminal

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
windows:windows_terminal [2020/07/04 15:44] – [WSL の GUID を調べる方法] ともやんwindows:windows_terminal [2020/09/19 10:22] – [設定] ともやん
行 1: 行 1:
-<html> 
-  <style> 
-    #result pre, #mincode pre { 
-      overflow: hidden; 
-      font-size: 10px; 
-    } 
-    #result_long pre, #mincode_long pre { 
-      height: 250px; 
-      overflow: scroll; 
-      overflow-x: hidden; 
-      font-size: 10px; 
-    } 
-    #mintbl table { 
-      font-size: 12px; 
-    } 
-    #mintbl td pre { 
-      margin: 0; 
-    } 
-    .dokuwiki .plugin_wrap table { 
-      width: auto; 
-    } 
-    #logo { 
-      background-color: white; 
-      padding: 10px; 
-      width: fit-content; 
-    } 
-    #logo p { 
-      margin: 0; 
-    } 
-  </style> 
-</html> 
 ====== Windows Terminal ====== ====== Windows Terminal ======
 Windows Terminal は Windows 10 向けの新しいコマンドプロンプトを提供する。Linux ターミナルのようにマルチタブなどの機能も提供されている。\\ Windows Terminal は Windows 10 向けの新しいコマンドプロンプトを提供する。Linux ターミナルのようにマルチタブなどの機能も提供されている。\\
行 38: 行 7:
 ソースコード: [[https://github.com/microsoft/terminal|GitHub - microsoft/terminal: The new Windows Terminal, and the original Windows console host -- all in the same place!]]\\ ソースコード: [[https://github.com/microsoft/terminal|GitHub - microsoft/terminal: The new Windows Terminal, and the original Windows console host -- all in the same place!]]\\
 \\ \\
-{{:windows:windows_terminal.png?470|Windows Terminal}}\\+{{windows:windows_terminal.png?470|Windows Terminal}}\\
  
 ===== システム必要条件 ===== ===== システム必要条件 =====
行 52: 行 21:
 </WRAP> </WRAP>
 OS バージョンを更新しないとインストールできないようである。\\ OS バージョンを更新しないとインストールできないようである。\\
-{{:windows:windows_terminal_os_spec.png?800|Microsofe Store}}\\+{{windows:windows_terminal_os_spec.png?800|Microsofe Store}}\\
  
 ===== インストール ===== ===== インストール =====
行 94: 行 63:
 ===== 設定 ===== ===== 設定 =====
 Windows Terminal の設定はタブのドロップダウンから **Settings** を選択して **json ファイル**を編集する。\\ Windows Terminal の設定はタブのドロップダウンから **Settings** を選択して **json ファイル**を編集する。\\
-{{:windows:windows_terminal_settings.png?284|Windows Terminal Settings}}\\+<WRAP prewrap 100%> 
 +ファイルパス: <html><code>%USERPROFILE%\AppData\Local\Packages\Microsoft.WindowsTerminal_8wekyb3d8bbwe\LocalState\settings.json</code> 
 +</html> 
 +</WRAP> 
 +{{windows:windows_terminal_settings.png?284|Windows Terminal Settings}}\\
  
 ==== settings.json のセクション構成 ==== ==== settings.json のセクション構成 ====
行 476: 行 449:
 </code> </code>
 </WRAP> </WRAP>
-{{:windows:windows_terminal_settings_error_001.png?400|"globals" プロパティは廃止}}\\+{{windows:windows_terminal_settings_error_001.png?400|"globals" プロパティは廃止}}\\
  
 以下のような "globals" プロパティの場合\\ 以下のような "globals" プロパティの場合\\
  • windows/windows_terminal.txt
  • 最終更新: 2023/09/20 18:15
  • by ともやん