Module session

Source
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).