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

tmuxp.plugin.Config

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

API reference · Markdown

class tmuxp.plugin.Config
class [source]
class [source]
class tmuxp.plugin.Config
Bases:
  • t.TypedDict

tmuxp plugin configuration mapping.

The fully populated form of the plugin keyword arguments: every key is present once setup_plugin_config has merged the caller's arguments over DEFAULT_CONFIG.

Members

plugin_name

plugin_name : str
attribute [source]
attribute [source]
plugin_name

tmux_min_version

tmux_min_version : str
attribute [source]
attribute [source]
tmux_min_version

tmux_max_version

tmux_max_version : str | None
attribute [source]
attribute [source]
tmux_max_version

tmux_version_incompatible

tmux_version_incompatible : list[str] | None
attribute [source]
attribute [source]
tmux_version_incompatible

libtmux_min_version

libtmux_min_version : str
attribute [source]
attribute [source]
libtmux_min_version

libtmux_max_version

libtmux_max_version : str | None
attribute [source]
attribute [source]
libtmux_max_version

libtmux_version_incompatible

libtmux_version_incompatible : list[str] | None
attribute [source]
attribute [source]
libtmux_version_incompatible

tmuxp_min_version

tmuxp_min_version : str
attribute [source]
attribute [source]
tmuxp_min_version

tmuxp_max_version

tmuxp_max_version : str | None
attribute [source]
attribute [source]
tmuxp_max_version

tmuxp_version_incompatible

tmuxp_version_incompatible : list[str] | None
attribute [source]
attribute [source]
tmuxp_version_incompatible
Esc

Type to search.