Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create tab from outside command #969

Closed
giggio opened this issue May 24, 2019 · 1 comment
Closed

Create tab from outside command #969

giggio opened this issue May 24, 2019 · 1 comment
Labels
Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.

Comments

@giggio
Copy link

giggio commented May 24, 2019

Summary of the new feature/enhancement

The Windows Terminal should support opening tabs from commands that come from outside its GUI. We should be able to run, for example, Terminal --run powershell.exe --cwd c:\myproject from anywhere and a new tab would be added to the Terminal, current working directory would be c:\myproject and powershell.exe would be the shell. If the Terminal was not running, then it would start and create only that tab.

My main use case for this is to use it with the Visual Studio extension Open Command Line. I could then click on any directory on VS and ask it to open that directory on the new Terminal.

Conemu already supports this with -run: https://conemu.github.io/en/ConEmuArgs.html

@giggio giggio added the Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. label May 24, 2019
@ghost ghost added Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting Needs-Tag-Fix Doesn't match tag requirements labels May 24, 2019
@DHowett-MSFT
Copy link
Contributor

Thanks for the request! This is a duplicate of #607.

@DHowett-MSFT DHowett-MSFT added Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing. and removed Needs-Triage It's a new issue that the core contributor team needs to triage at the next triage meeting labels May 24, 2019
@ghost ghost removed the Needs-Tag-Fix Doesn't match tag requirements label May 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-UserInterface Issues pertaining to the user interface of the Console or Terminal Issue-Feature Complex enough to require an in depth planning process and actual budgeted, scheduled work. Product-Terminal The new Windows Terminal. Resolution-Duplicate There's another issue on the tracker that's pretty much the same thing.
Projects
None yet
Development

No branches or pull requests

2 participants