libtmux Reference MCP Search
On this page

io.github.libtmux.internal.CommandStrings.CommandStrings

View as Markdown

Module
io.github.libtmux.internal.CommandStrings
Package
io.github.libtmux:libtmux
Source
libtmux/src/main/java/io/github/libtmux/internal/CommandStrings.java
class io.github.libtmux.internal.CommandStrings.CommandStrings
classreadonly [source]
classreadonly [source]
class io.github.libtmux.internal.CommandStrings.CommandStrings

Encodes a tmux command for each of the two parsers tmux reads commands with.

<p>Every argv this takes is literal: what a caller meant, with nothing escaped for either parser.

3 declared, 0 inherited

Members

  • arguments method Several commands as the flat argv tmux's own argv parser reads.
  • group method Several commands as the one string tmux's parser reads as a group.
  • stringify method One command as the string tmux's command parser reads, which is what if-shell takes.
Esc

Type to search.