//
pkg.gl
Category
github.com/abhinav/tmux-fastcopy
internal
tmux
tmuxfmt
package
0.14.1
Repository:
https://github.com/abhinav/tmux-fastcopy.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
1
Files
178 SLOC
#
Functions
Render
Render renders the provided tmux expressions separated by the given delimiter in a format compatible with tmux's FORMATS section.
#
Constants
Equals
==.
GreaterThan
>.
GreaterThanEquals
>=.
LessThan
<.
LessThanEquals
<=.
NotEquals
!=.
#
Structs
Binary
Binary is a binary expression.
Capturer
Capturer captures the output of tmuxfmt expressions into Go values.
Ternary
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
Expr is the base interface for expressions accepted by the tmux message format.
Value
Value receives a value from the tmux output as a string and parses it.
#
Type aliases
BinaryOp
BinaryOp is a binary operation.
Int
Int is an integer literal in an expression.
String
String is a string literal in an expression.
Var
Var is a reference to a variable.