Expand description
This module provides a few types and functions to handle Tmux sessions.
The main use cases are running Tmux commands & parsing Tmux session information.
Structs§
- Session
- A Tmux session.
Functions§
- available_
sessions - Return a list of all
Session
from the current tmux session. - new_
session - Create a Tmux session (and thus a window & pane).