Expand description
This module provides a few types and functions to handle Tmux windows.
The main use cases are running Tmux commands & parsing Tmux window information.
Structs
A Tmux window.
Functions
Return a list of all
Window
from all sessions.Create a Tmux window in a session exactly named as the passed
session
.Select (make active) the window with
window_id
.Apply the provided
layout
to the window with window_id
.