Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Script to generate a tmux panes grid.
- Host: GitHub
- URL: https://github.com/aggstam/tmux_grid
- Owner: aggstam
- License: gpl-3.0
- Created: 2022-07-07T10:50:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T17:59:33.000Z (2 months ago)
- Last Synced: 2024-10-24T02:11:07.124Z (2 months ago)
- Topics: bash-script, grid, layout, tmux
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:
```
./tmux_grid.sh {vertical panes} {horizontal panes} {optional session name}
```