Add interactive filter/selection tool (#58)

This commit is contained in:
T.v.Dein
2025-08-28 21:08:28 +02:00
committed by GitHub
parent b1a2b3059e
commit 1976b4046e
11 changed files with 376 additions and 22 deletions

View File

@@ -78,6 +78,7 @@ type Config struct {
Patterns []*Pattern
UseFuzzySearch bool
UseHighlight bool
Interactive bool
SortMode string
SortDescending bool