Tools
PowerShell Can Put Pictures in Your Terminal with SIXEL
PowerShell normally sends text and objects to a terminal. This experiment sends an image. 1 Out-Sixel -Path ./sixel-demo.svg -Width 480 Instead of opening Preview or a browser, the command decodes the SVG, converts it into a palette, and writes a stream of terminal escape sequences. iTerm2 …
