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

# Functions

Render renders the provided tmux expressions separated by the given delimiter in a format compatible with tmux's FORMATS section.

# Constants

# Structs

Binary is a binary expression.
Capturer captures the output of tmuxfmt expressions into Go values.
Ternary is a conditional operator that evaluates the first expression and returns either the second or the third expression based on whether it's true.

# Interfaces

Expr is the base interface for expressions accepted by the tmux message format.
Value receives a value from the tmux output as a string and parses it.

# Type aliases

BinaryOp is a binary operation.
Int is an integer literal in an expression.
String is a string literal in an expression.
Var is a reference to a variable.