Open RokeJulianLockhart opened 3 years ago
This would be nice.
Looking at this it appears that the section below in the manifest might be related to registering as a terminal host. This is just a guess from looking at the code. https://github.com/microsoft/terminal/blob/main/src/cascadia/CascadiaPackage/Package.appxmanifest
<uap3:Extension Category="windows.appExtension">
<uap3:AppExtension Name="com.microsoft.windows.terminal.host"
Id="Terminal"
DisplayName="Windows Terminal"
Description="Terminal host built from microsoft/terminal open source repository"
PublicFolder="Public">
<uap3:Properties>
<Clsid>{E12CFF52-A866-4C77-9A90-F570A7AA2C6B}</Clsid>
</uap3:Properties>
</uap3:AppExtension>
</uap3:Extension>
The CLSID appears to point to an implementation of this interface: https://github.com/microsoft/terminal/blob/main/src/host/proxy/ITerminalHandoff.idl
Are there any updates on this? I really wish I could use FluentTerminal as default terminal
Looking forward for this, terminal is slow as hell in my pc, Fluent Terminal just a perfect replacement.