Can I open a new tab from the command line?
See original GitHub issueHi, thanks for extraterm it’s a great step up from mintty 😃. What I’m looking for is to integrate it with other tools I’m using, e.g. Sublime text has an “Open Terminal Here” that I got working with mintty despite windows and cygwin.
Any command line option that would allow me to start a new extraterm tab with parameters of my choice. For reference this is what I have with mintty:
{
"terminal": "C:/usr/cygwin64/bin/mintty.exe",
"parameters": ["/bin/env", "CHERE_INVOKING=1", "/bin/bash", "-l"]
}
Thanks !
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Command to open new tab in the current terminal - Ask Ubuntu
To open a new tab in the current opened terminal you can press SHIFT + CTRL + T . Alternatively, use the top...
Read more >How To Use The Tabbed Command Prompt In Windows 10
The app will launch with a CMD tab open in it. To open new tabs, either click on the + icon or select...
Read more >Tabbed Console starts here - Windows Command Line
Ctrl + Win + Tab – switch to next tab · Ctrl + Win + Shift + Tab – switch to previous tab...
Read more >Open a new tab in the running instance of Windows Terminal ...
Every time I run wt.exe -d c:\my-folder it opens a new window. windows-terminal · Share.
Read more >Is there a keyboard shortcut to open a link in a new tab?
open in new tab: CMD + SHIFT + ENTER. Usage. You could use it the following ways: Highlight link: TAB; Open link in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Internally Extraterm has a concept of commands which you can trigger from key shortcuts, context menus, and the command palette. A general way to execute commands (like open new tab) from outside Extraterm is certainly in the planning.
This request would be cover by a command line scripting API #132 .