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
feat: add support for setting a starting directory (#2)
Settable at command line via flag. Allows for setting the starting
directory for new sessions, windows, panes to a specific directory.
fix: don't send command to tmux if --blank requested
Prevents unnecessary shell executions processing a bunch of empty
commands. It also prevents the annoying extra line from being printed
from the blank initial command
fix: var interpolation in config-not-found error message
Previously, if a config file could not be found, the error message
didn't interpolate the config file variable:
```
~ -> tmuxer -f foo
Could not find config file: "$TMUXER_CONFIG_FILE"
```
v2.2.1 Release - Tmux Window Option Improvements
- Explicitly use the window number in our tmux session rather than the
implicit "active" window for more predictable commands
v2.2.0 Release - New Feature (`dump`)!
- Added `-d`/`--dump` flag to make the script write out a tmuxer config
file based on the command line flags/options provided. Config is
written to stdout and can be redirected to a file for persistence and
future use with `tmuxer -f $file`
v2.1.0 Release - Fine Tuning
- Update `tmux` command syntax for `tmux` 3.0 release
- Remove some flag format options
- Improve how config files are handled