src.elv.sh/pkg/cli/mode.FilterSpec.makePredicate (method)

5 uses

	src.elv.sh/pkg/cli/mode (current package)
		completion.go#L70: 			w.ListBox().Reset(filterCompletionItems(cfg.Items, cfg.Filter.makePredicate(p)), 0)
		filter_spec.go#L18: func (f FilterSpec) makePredicate(p string) func(string) bool {
		histlist.go#L77: 			it := cmdItems.filter(spec.Filter.makePredicate(p), spec.Dedup())
		location.go#L114: 			w.ListBox().Reset(l.filter(cfg.Filter.makePredicate(p)), 0)
		navigation.go#L223: 			w.Filter.makePredicate(filter),