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

tmux.PipePaneRequest

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
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_process.go
struct tmux.PipePaneRequest
struct [source]
struct [source]
struct tmux.PipePaneRequest

PipePaneRequest configures a pane pipe. Its flags may be combined. Command is copied before I/O and must not be mutated concurrently.

4 declared, 0 inherited

Members

  • Command attribute Command is a shell command for tmux's pipe process. Nil closes the current pipe; nonnil empty is an explicit operand that tmux also treats as stop.
  • InputOnly attribute InputOnly connects the pipe command's standard output to pane input.
  • OutputOnly attribute OutputOnly connects pane output to the pipe command's standard input. When neither direction is set, tmux uses this direction by default.
  • Toggle attribute Toggle closes an existing pipe or opens Command when no pipe exists.
Esc

Type to search.