package
0.14.1
Repository: https://github.com/abhinav/tmux-fastcopy.git
Documentation: pkg.go.dev

# Packages

Package tmuxfmt constructs tmux FORMATS compatible strings.
Package tmuxopt provides an API for loading and parsing tmux options into Go variables.
Package tmuxtest is a generated GoMock package.

# Functions

InspectPane inspects a tmux pane and reports information about it.

# Constants

CopyMode indicates that the tmux pane is in copy mode, and may be scrolled up.
NormalMode specifies that the tmux pane is in normal mode, at the bottom of the screen.

# Structs

CapturePaneRequest specifies the parameters for a capture-pane command.
DisplayMessageRequest specifies the parameters for a display-message command.
NewSessionRequest specifies the parameter for a new-session command.
PaneInfo reports information about a tmux pane.
ResizePaneRequest specifies the parameters for a resize-pane command.
ResizeWindowRequest specifies the parameters for a resize-window command.
SetOptionRequest specifies the parameters for the set-option command.
ShellDriver is a Driver implementation that shells out to tmux to run commands.
ShowOptionsRequest specifies the parameters for a show-options command.
SwapPaneRequest specifies the parameters for a swap-pane command.

# Interfaces

Driver is a low-level API to access tmux.

# Type aliases

PaneMode specifies the mode in which the pane is.