Releases: greymd/tmux-xpanes
Releases · greymd/tmux-xpanes
Release: v3.0.0
Release: v2.2.3
- Window separation gets slightly faster than previous version ( Fix GitHub issue #77 ).
- Copyright year is updated.
- Acknowledge section is added to the man page.
- "install" command is used instead of "mkdir" for install.sh.
Release: v2.2.2
- Bug fix ( Fix GitHub issue #74 )
- Refactoring followed by shellcheck
- Run shellcheck in TravisCI
- Add install.sh (For GitHub pull-request Homebrew/homebrew-core#20678 )
- Fix typos in man pages and README.md
- Add spec file (many thanks @mpatenaude)
Release: v2.2.1
Release: v2.2.0
- Default
tmux
command can be changed byTMUX_XPANES_EXEC
environment variable.
Release: v2.1.2
- tmux-xpanes officially supports tmux version 2.5.
- man page is added.
- Suppress some warning messages.
- Message for temporal changes of allow-rename options.
- Abolish warning message for unsupported latest tmux versions.
Release: v2.1.1
- Window name gets escaped characters ( Fix #59 ).
- Copyright statement is declared in the code.
Release: v2.1.0
New feature
-n
option: Set the maximum number of arguments taken for each pane.- Same as UNIX
xargs
command's one.
- Same as UNIX
$ xpanes -n 4 {1..12}
Will generate...
$ echo 1 2 3 4 │$ echo 5 6 7 8
│
│
│
│
│
│
-------------------------------+------------------------------
$ echo 9 10 11 12