1
I have a ConEmu macro for Ctrl+T
which runs Task("Powershell")
. My Powershell task just runs powershell with the argument \dir %userprofile%
.
The Macro tab in "About ConEmu" says that the Task
command can take a second argument for the directory:
Task("Name"[,"Dir"])
- start task with specified name
I'd like to make my macro open a new tab with the same working directory as the tab I'm looking at when I hit Ctrl+T. Is this possible?