libtmux Reference MCP Search
On this page

tmux.Op

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan.go
struct tmux.Op
struct [source]
struct [source]
struct tmux.Op

Op is one tmux command a Plan has recorded but not run. Build one with a Plan method rather than directly; the zero value records nothing.

2 declared, 0 inherited

Members

  • Chainable method Chainable reports whether the operation may share a tmux invocation with others, which is what a Planner groups on.
  • Command method Command returns the tmux command the operation records.
Esc

Type to search.