Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 874 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 874 Bytes

Windows Terminal

My profile

Sneak Peek

My WT profile can be found in profiles.json.

Open Windows Terminal here

Setup:

Run the [wt.reg](https://github.com/charlyjose/wt/blob/master/wt.reg) to add "Open Windows Terminal here" option to your context menu.

Context Menu

Note

Either of the two options work

  • "."
  • "%__CD__ %"

In profiles.json

{
    ...
    "startingDirectory": ".",
    ...
}

OR

{
    ...
    "startingDirectory": "%__CD__%",
    ...
}