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

tmux.Plan.Cmd

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

View as Markdown

Module
tmux
Declared in
Plan
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/plan.go
Cmd ( target : Ref , args : string )
method [source]
method [source]
Cmd

Cmd records raw tmux arguments targeted at target.

It can target an object an earlier step creates. A zero Ref records an untargeted server command.

The recorded command is assumed to neither print output the caller reads nor create an object, which is what lets it share a dispatch with its neighbours. Use Plan.CmdCapture for one whose output is the point.

0 declared, 0 inherited

Esc

Type to search.