libtmux Reference MCP Search
On this page

tmux.ParsePaneLookup

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/filter_generated.go
ParsePaneLookup ( lookup : string , values : string ) (PaneFilter, error)
function [source]
function [source]
ParsePaneLookup

ParsePaneLookup converts a lookup path into a concrete pane filter. Paths traverse generated JSON relation names and separate segments with double underscores. The default operator is exact. Accepted suffixes are eq, exact, iexact, contains, icontains, startswith, istartswith, endswith, iendswith, in, nin, regex, and iregex; availability is field-specific. The eq suffix aliases exact, nin negates in, scalar operators require one value, and in and nin require one or more. Invalid paths, operators, values, or results wrap ErrInvalidFilter.

0 declared, 0 inherited

Esc

Type to search.