summaryrefslogtreecommitdiffstats
path: root/src/pattern
AgeCommit message (Expand)Author
2022-11-04make content search max file size configurable (#628)Denys Séguret
2022-11-04version 1.16.2Canop
2022-10-04New escaping rules (#609)Denys Séguret
2022-09-12bugfix: fix `TokPattern::find_ranges` to solve #504Federico Stra
2022-07-24fix typosKian-Meng Ang
2022-07-04default conf is now a directoryCanop
2022-06-12add examples on search modes in help screenCanop
2022-05-06version 1.12.0v1.12.0Canop
2022-05-04add the :stage_all_files internalCanop
2021-12-31total_search shows all matchesCanop
2021-12-29fix wrong translation from exact pattern to regex patternv1.8.1Canop
2021-08-11slightly more concise pattern pattern matchingCanop
2021-08-04improve scrolling behaviorsCanop
2021-06-18fix tree being searched again on cursor movementsCanop
2021-05-17use lazy-static 2Canop
2021-05-12raise an error on invalid search modesCanop
2021-05-11improve fuzzy group minimization in some casesCanop
2021-05-11fix max_nb_holes not checked in fuzzy patternsCanop
2021-05-10make 'fuzzy path' the default search modeCanop
2021-05-09fix "tokens" search being displayed as '???' in helpCanop
2021-05-09match line count in selection on content searchesCanop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-07apply a different style to the subpath before the filenameCanop
2021-05-07new rust version, new clippyCanop
2021-05-06fix search modes configuration removing all default mappingsCanop
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