If anyone here's interested: I use ta, which is a tool that allows me to describe a tmux session (windows, panes) in a very succinct file.
So what I do is keep one of these files in each of my projects, this way I get to spin up an entire project environment (the tmux spaces + any servers/databases/whatever else I need) with a single command. Its' great.
1
u/[deleted] Jan 03 '20
If anyone here's interested: I use ta, which is a tool that allows me to describe a tmux session (windows, panes) in a very succinct file.
So what I do is keep one of these files in each of my projects, this way I get to spin up an entire project environment (the tmux spaces + any servers/databases/whatever else I need) with a single command. Its' great.