Warp icon indicating copy to clipboard operation
Warp copied to clipboard

Ability to open and new tab and execute a command in the tab from the command line

Open tmccormi opened this issue 1 year ago • 11 comments

Discord username (optional)

No response

Describe the solution you'd like?

Would like to be able to launch the opening of several tabs with commands from the command line (like a bash script).

Example
open-all.sh
# Open all of my servers terminals via ssh

warp -tab-command "ssh [email protected]"
warp -tab-command "ssh [email protected]"
warp -tab-command "ssh [email protected]"

Is your feature request related to a problem? Please describe.

I need to be able to quickly open a set of servers in separate tabs to respond to an issue or do a task that requires multiple terminals in tabs or split screens opened quickly (via ssh or AWS ssm, for instance).

Additional context

I was able to configure my OS to open a shell script from the file browser using Warp, but not as Tabbed sessions, alos having to use to UI to click in each shell script was icky.

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

tmccormi avatar Dec 13 '23 01:12 tmccormi