> [!caution] > [[Windows Terminal]]環境だと厳しそう。 ## 経緯 [[Lazygit]]のissueでコメントにて紹介されており気になったから。 <div class="link-card-v2"> <div class="link-card-v2-site"> <img class="link-card-v2-site-icon" src="https://github.githubassets.com/favicons/favicon.svg" /> <span class="link-card-v2-site-name">GitHub</span> </div> <div class="link-card-v2-title"> What about adding a nice way to display a git commit graph? · Issue #2843 · jesseduffield/lazygit </div> <div class="link-card-v2-content"> Topic There are no simple tools available to display a simple graph of commits. It should be easy, right? There ... </div> <img class="link-card-v2-image" src="https://opengraph.githubassets.com/7fcc937fcdf19201dbaf31a771a36eedb3a2b0cedae9a80e4d94f7199beafde5/jesseduffield/lazygit/issues/2843" /> <a href="https://github.com/jesseduffield/lazygit/issues/2843#issuecomment-2365298177"></a> </div> ## 環境 - [[Ubuntu 22.04 LTS|Ubuntu 22]] (on [[WSL]] on [[Windows 11]]) - [[Rust]] 1.79 - [[Windows Terminal]] 1.21 ## インストール [[mise]]は無理そうなので[[Cargo]]でインストールする。 ```console cargo install --locked serie ``` ## グラフが表示されない `serie`コマンドで起動する... が[[コミットグラフ]]が表示されない。たとえば、[[git-graph]]で以下のようになるグラフの場合 ![[Pasted image 20241014191501.png]] こんな感じ。色々ダメそう。 ![[Pasted image 20241014191526.png]] そもそもREADMEを見る限り対応していないのでは... > **Supported terminals** > These image protocols are supported: > > - Inline Images Protocol (iTerm2) > - Terminal graphics protocol (kitty) Issue見てもダメそうな気がする。[[WezTerm]]でもグラフが乱れてしまった。 <div class="link-card-v2"> <div class="link-card-v2-site"> <img class="link-card-v2-site-icon" src="https://github.githubassets.com/favicons/favicon.svg" /> <span class="link-card-v2-site-name">GitHub</span> </div> <div class="link-card-v2-title"> Graph not loading within Wezterm + tmux · Issue #49 · lusingander/serie </div> <div class="link-card-v2-content"> Hey, I found this cool git graphing terminal solution, installed rust on my system and then installed this utili ... </div> <img class="link-card-v2-image" src="https://opengraph.githubassets.com/f8f9b57a8efa3e4c7e49ea0f66f524d709b759dc09da352d15eb5f3ca9bf0dea/lusingander/serie/issues/49" /> <a href="https://github.com/lusingander/serie/issues/49"></a> </div>