Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

tmuxp.workspace.freezer.freeze

Python
  • Python
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

tmuxp.workspace.freezer.freeze ( session : Session ) → dict[str, t.Any]
function [source]
function [source]
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
Esc

Type to search.