It's quite an indictment of the current state of our tooling (not just tmux) that such an application as this is necessary. Why isn't it easy to configure this in tmux itself, and persist the resulting configuration?
This looks really nice!<p>It's not for me, though. Maybe I'm not a very good systems engineer, but I've got a decent .tmux.conf. Between writing automation and trying to make sense of the mess I've inherited, I'm constantly splitting, resizing, and re-adjusting my work space to suit the task at hand.
Neat. I personally use <a href="https://github.com/tmuxinator/tmuxinator" rel="nofollow">https://github.com/tmuxinator/tmuxinator</a> for this.
Nice tool. I suggest showing the script beside the window so it can easily be cut-and-pasted. Browser downloading is a hassle especially with tmux on a remote server.
I was using tmuxinator for this, but found that all of my sessions were essentially the same thing except for the name and the working directory.<p>So I just wrote a shell script that takes a directory, using basename for the session name, starting up what ever windows and panes it needs to. I have two variants, one for generic dev stuff (shell and an editor) and the other is for rails work (shell, editor, logs, rails db and a rails c in the last window).<p><a href="https://github.com/vhodges/dotfiles/blob/master/utils/bin/tmux-dev" rel="nofollow">https://github.com/vhodges/dotfiles/blob/master/utils/bin/tm...</a>
or
<a href="https://github.com/vhodges/dotfiles/blob/master/utils/bin/tmux-rails" rel="nofollow">https://github.com/vhodges/dotfiles/blob/master/utils/bin/tm...</a>
Nice work. I’ve been using teamocil (<a href="https://github.com/remiprev/teamocil" rel="nofollow">https://github.com/remiprev/teamocil</a>) so far (which is doubly nice because its configs can be used with plain iterm via itermocil) but will take a look at this too!
Please try to use a different name this clashes quite with <a href="http://cockpit-project.org/" rel="nofollow">http://cockpit-project.org/</a><p>But otherwise it’s a nice tool
I use tmuxomatic, which is very simple to use with it's visual layout. Works really well.<p><a href="https://github.com/oxidane/tmuxomatic" rel="nofollow">https://github.com/oxidane/tmuxomatic</a>
Nice application!<p>I found a small bug: When you have an edit field open and try to open another one (command/session name/window name), the second one will just be cleared to blank.