Freezer - tmuxp.workspace.freezer
¶
Tmux session freezing functionality for tmuxp.
- tmuxp.workspace.freezer.inline(workspace_dict)[source]¶
Return workspace with inlined shorthands. Opposite of
loader.expand()
.
- tmuxp.workspace.freezer.freeze(session)[source]¶
Freeze live tmux session into a tmuxp workspacee.
- Return type:
dict[str, t.Any]
- Parameters:
session (
libtmux.Session
) – session object- Returns:
tmuxp compatible workspace
- Return type: