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

io.github.libtmux.control.ControlClient.ControlClient.send

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

View as Markdown

Module
io.github.libtmux.control.ControlClient
Declared in
ControlClient
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/control/ControlClient.java
send ( String... ) → ControlReply ( argv : List<String> ) → ControlReply ( argv : List<String> , timeout : Duration ) → ControlReply
methodoverload3 overloads [source]
methodoverload3 overloads [source]
send

Runs one command and waits for its reply.

Parameters
  • argv ( List<String> ) – the command, its arguments already separate elements

  • timeout ( Duration ) – how long to wait for tmux to answer

Returns

tmux's reply

Raises

Discussed in Control mode vs one-shot

0 declared, 0 inherited

Esc

Type to search.