You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we wind up dumping commands to the shell (instead of creating a script in /tmp or something), it could also be a nice UX improvement if we offered users the option to have the rmuxinator session commands ignored by their shell's history (e.g. set +o history, ..., set -o history).
Instead of repeatedly shelling out to send commands to tmux, rmuxinator should build up a single script/series of commands and only shell out once.
This script can also be used to support a
debug
command which will allow users to see the output rmuxinator is sending to their shell.The text was updated successfully, but these errors were encountered: