[][src]Module broot::pattern

Structs

Candidate

something in which we can search

ContentPattern

A pattern for searching in file content

FuzzyPattern

A pattern for fuzzy matching

Match

A Match is a positive result of pattern matching

MatchedString
RegexPattern
SearchModeMap

manage how to find the search mode to apply to a pattern taking the config in account.

SearchModeMapEntry

define a mapping from a search mode which can be typed in the input to a SearchMode value

Enums

Pattern

a pattern for filtering and sorting files.

PatternObject

on what the search applies

SearchMode