---
** [tickets:#75] Detect and prohibit attaching other tmux instances that would
cause a cycle**
**Status:** open
**Created:** Thu Oct 31, 2013 02:18 PM UTC by Tom
**Last Updated:** Thu Oct 31, 2013 02:18 PM UTC
**Owner:** nobody
## Steps to reproduce
1. Take two tmux sessions: A, B.
2. I
Hello,
Hopefully this is the correct forum for this question, if not please accept my
apology.
I am trying to write a bash script to:
* Start tmux and create a window
* Split the window into 4 panes
* In each pane 'cd' to the specified directory and list files
Everythi
You need to either send the cd to the pane with send-keys or run latest tmux
and use splitw -c.
Original message
From: steven_wri...@mcafee.com
Date: 01/11/2013 13:13 (GMT+00:00)
To: tmux-us...@lists.sf.net
Subject: Scripting Help.
Hello,
Hopefully this is the correct
Hi
I've just released tmuxer(https://github.com/tarruda/tmuxer), a
command-line tool for managing initialization/shutdown of tmux session. It
is implemented in POSIX compliant shell scripts so it should run in most
UNIX systems(though I've only tested on ubuntu)
I encourange anyone interested in