summaryrefslogtreecommitdiffstats
path: root/src/pattern
AgeCommit message (Expand)Author
2021-05-05small perf improvement in tokens patternsunordered-tokensCanop
2021-05-05tok pattern optimization: no pos computation in score_ofCanop
2021-05-05Tokens Patterns support both ',' and ';' as separatorCanop
2021-05-04first implementation of a "tokens" patternCanop
2021-04-30fix bad reset of filtering state in case of emptied prefixed patternsCanop
2021-04-20staging area filtered with patternCanop
2021-03-21add composite pattern évaluation to benchesCanop
2021-03-13normalize pattern for fuzzy searchesCanop
2021-03-12improve fuzzy matching, holes minimizationCanop
2021-03-10rewrite fuzzy matching to minimize number of holesCanop
2021-03-09use smallvec for char positions in namematchsCanop
2021-03-05remove costly debugsCanop
2021-03-05improves and simplifies fuzzy matching (WIP)Canop
2021-02-03update bet to 0.4Canop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
2020-10-21filesystems view now filterableCanop
2020-10-20keep tree options when going through not tree statesCanop
2020-10-06minor doc clarificationCanop
2020-10-04list the search modes and their main prefix in helpCanop
2020-10-03`cr/` prefix allows a regex based search on file contentCanop
2020-09-29list of verbs is now searchableCanop
2020-08-07fix possible crash/errors in fuzzy matches in file content previewsCanop
2020-07-26small code cleaningCanop
2020-07-25content search in tree propagated as regex to previewCanop
2020-07-24faster availability of big files in previewCanop
2020-07-16preview now searchableCanop
2020-06-27sacrifices to the Clippy godCanop
2020-06-20more subtle rules on pattern combination parsingCanop
2020-06-20fix regex patterns with flags needing a third / to be combinedCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-11some optimizations of the file content searchCanop
2020-06-08pattern characters can be escaped with a '\'Canop
2020-06-07"content" search mode key can be defined in configCanop
2020-06-07content search: text around match displayed in treeCanop
2020-06-07content search: ignore binary filesCanop
2020-06-06rudimentary search in file contentCanop
2020-06-06a few minor refactorings and cleaningsCanop
2020-06-05update website for new pattern syntaxCanop
2020-06-05Tab goes to next direct match when there's no verb in inputCanop
2020-06-04search modes can be configured - new "path regex" modeCanop
2020-06-03allow searching sub-path rather than just nameCanop
2020-06-01[WIP] refactoring for new pattern syntaxCanop
2020-05-27fix a few cases of pattern applied but not displayed in inputCanop
2020-05-17update changelog for incoming mergeCanop
2020-05-01command/verb/apply refactoringCanop
2020-04-16crop tree drawing so that it doesn't go out of dedicated areaCanop
2020-04-07small performance improvements of fuzzy scoringCanop
2020-04-06optimizations of the fuzzy pattern scoringCanop
2020-04-05remove diacritics to find matches which differ only by themCanop