stefankueng/tools

Feature request: Open Windows Terminal like Console/PS in StEx

lautjy opened this issue · 3 comments

Hi!

Support for Windows Terminal in StEx would be really great.
It's the console replacement from Microsoft: https://github.com/microsoft/terminal
It can open console / PS session inside it.

I can add it an element that opens Windows Terminal to the StEx menu, but cannot figure out how to "start in current folder".
This is the link I'm using to start it:

  • C:\Users\<USERNAME>\AppData\Local\Microsoft\WindowsApps\wt.exe -p "Command Prompt"
  • C:\Users\<USERNAME>\AppData\Local\Microsoft\WindowsApps\wt.exe -p "PowerShell"

don't specify a full path, just this:
wt.exe -d %curdir

and you're done.

thank you very much.

thank you very much. @stefankueng