Port WPF-based helper GUIs to Avalonia for Mac/Linux #136
Labels
enhancement
New feature or request
platform:linux
Specific to a Linux-based platform
platform:osx
Specific to the macOS platform
We currently do not have any GUI for Bitbucket and GitHub on macOS (and Linux) and require a TTY be present and available.
IDEs and other graphical-only tools that shell out to
git
will either hang (if they fail to setGIT_TERMINAL_PROMPT
to0
) or error immediately as there is not TTY available and there are no supported GUI prompts.The current Windows-only GUIs for Bitbucket and GitHub are written in WPF/XAML. We should be able to port these to Avalonia with minimal effort and get Mac and Linux GUIs "for free".
The text was updated successfully, but these errors were encountered: