tmuxp.workspace.freezer.freeze
-
Freeze live tmux session into a tmuxp workspace.
- Parameters
-
-
session ( Session ) – session object
-
- Returns
-
dict tmuxp compatible workspace
Discussed in Python workspace internal API
In other ports Export a live session as workspace data
- Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua No source-verified Lua equivalent is recorded for this operation.
- TypeScript the workspace package applies descriptions but does not export live sessions
- Rust
freeze.freeze - Go the workspace module builds descriptions but has no live-session export
- Java the workspace module builds descriptions but has no live-session export
- .NET the workspace package builds descriptions but has no live-session export
- C++ the source-only workspace consumer builds descriptions but has no live-session export
- Swift encoding a Workspace serializes an existing description; it does not read a live session