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

tmuxp.workspace.loader.trickle

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

API reference · Markdown

tmuxp.workspace.loader.trickle ( workspace_dict : dict[str, t.Any] ) → dict[str, t.Any]
function [source]
function [source]
tmuxp.workspace.loader.trickle

Return a dict with "trickled down" / inherited workspace values.

This will only work if workspace has been expanded to full form with expand .

tmuxp allows certain commands to be default at the session, window level. shell_command_before trickles down and prepends the shell_command for the pane.

Parameters
  • workspace_dict ( dict[str, t.Any] ) – the tmuxp workspace.

Returns

dict

Discussed in Python workspace internal API

Esc

Type to search.