0

When I launch byobu (I'm using tmux), I'd like to open 3 tabs/windows in byobu and launch these commands for each window:

1) cd ~/Dev/backend; vagrant up; vagrant ssh

2) cd ~/Dev/frontend; vagrant up; vagrant ssh

3) cd ~/Dev/docs; python docs.py

Using the new-window command in windows.tmux, I can only specify a single command, e.g. "top" works, but not "cd /folder" (no spaces allowed) Is there another way?

How else would I accomplish this?

1 Answer 1

1

I accomplished this with tmuxinator.

You must log in to answer this question.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.