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

Go API

Go documentation

tmux.Session.Cmd

Go

View as Markdown

Module
tmux
Declared in
Session
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/scoped_command.go
Other languages
Python Ruby Lua TypeScriptRust Java .NET C++ Swift
Cmd ( ctx : context.Context , args : string ) → (CommandResult, error)
method [source]
method [source]
Cmd

Cmd executes a tmux subcommand targeted to the session's stable ID.

In other ports Run a tmux command addressed at a session
  • Python libtmux.Session.cmd
  • Ruby No source-verified Ruby equivalent is recorded for this operation.
  • Lua No source-verified Lua equivalent is recorded for this operation.
  • TypeScript session.Session.cmd
  • Rust session.Session.cmd
  • Java no equivalent on Session
  • .NET no equivalent on Session
  • C++ no equivalent on Session
  • Swift no equivalent on Session

0 declared, 0 inherited

Esc

Type to search.