libtmux Reference MCP Search
On this page

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

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

0 declared, 0 inherited

Esc

Type to search.