tmux-xpanes
tmux-xpanes copied to clipboard
Awesome tmux-based terminal divider
So, tmux-xpanes is great and seems to do almost everything I'd like. However, I'm using this in a bash script with `-ss` provided, and I need a way to know...
Thanks for this software. It is so cool :) Actually, very useful. I did not now about its existence, it works so great. I combine it with synchronized panes and...
Hey @greymd, in my workflow as it pertains to `tmux-xpanes` I use what I call "schemes." For example, I have an `iTerm` profile called "XP::Packages" that executes this script after...
Frequently, I run `xpanes -x `. I have scripts to send command to various tmux panes but I'd like to run `xpanes -r ` and reuse the panes that were...
Many of the self contained programs I use regularly (eg mysql-tuner, restic, cpanm, etc) have a --self-upgrade option that checks github for the most recent release and will upgrade in...
smaller optimization to sed. removed excessive rm usage. It should look good but please make sure I havent made any mistake. Cheers
broken pane
if i specify 1 or more panes to do work in (e.g. `echo 1 2 3`), xpanes will have a blank pane that doesn't show anything and does not respond...
Most of the current xpanes functions looks like this example the moment: ``` local window_name="$1" shift local index_offset="$1" shift local interval="$1" shift local repstr="$1" shift local cmd="$1" ``` While this...