Open essenciary opened 3 years ago
What do you think would be the best approach to add Windows Terminal:
And how would you like it integrated into Juliawin:
julia-terminal.exe
that will open a julia instance in windows terminal (and pass the command line arguments). Outside of Windows Terminal, like cmd, this will require a new window to pop-up.juliawin-prompt.exe
to launch through Windows Terminaljulia.exe
, e.g. do some introspection to see if Julia is launched from a non-terminal-like place (like from windows explorer) and then give it a default terminal of Windows Terminal in stead of cmd. If it is launched from a terminal, ignore Windows Terminal and just open it in the current terminal. This might require some extreme tricks to get just right.I'd go with the first option as the main feature of JuliaWin
is portability.
This is awesome: https://github.com/microsoft/terminal