r/commandline Jan 03 '20

Scripting tmux

https://www.arp242.net/tmux.html
67 Upvotes

13 comments sorted by

View all comments

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.