8000 Tags · tjhop/tmuxer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: tjhop/tmuxer

Tags

v2.5.0

Toggle v2.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.

v2.4.1

Toggle v2.4.1's commit message
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

v2.4.0

Toggle v2.4.0's commit message
feat: add `--blank` flag for shortcut to opening $num of blank panes

v2.3.2

Toggle v2.3.2's commit message
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.3.1

Toggle v2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Check for Bash shell at least v4

v2.3.0

Toggle v2.3.0's commit message
v2.3.0 Release - Tmux Window Option Improvements

- Add in the ability to set the window name

v2.2.1

Toggle v2.2.1's commit message
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

Toggle v2.2.0's commit message
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

Toggle v2.1.0's commit message
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

v2.0.0

Toggle v2.0.0's commit message
v2.0.0 Release - Full Rewrite!

0