An open API service indexing awesome lists of open source software.

https://github.com/aggstam/tmux_grid

Script to generate a tmux panes grid.
https://github.com/aggstam/tmux_grid

bash-script grid layout tmux

Last synced: 2 months ago
JSON representation

Script to generate a tmux panes grid.

Awesome Lists containing this project

README

          

# tmux_grid
Simple script to generate a new tmux session in grid layout.


All generated panes will have the same size.

## Dependencies
The following packages must be installed in your system:
1. tmux

## Usage:
```shell
$ ./tmux_grid.sh {vertical panes} {horizontal panes} {optional session name}
```