summaryrefslogtreecommitdiffstats
path: root/src/pattern/search_mode.rs
AgeCommit message (Expand)Author
2022-07-24fix typosKian-Meng Ang
2022-07-04default conf is now a directoryCanop
2022-06-12add examples on search modes in help screenCanop
2021-05-17use lazy-static 2Canop
2021-05-12raise an error on invalid search modesCanop
2021-05-10make 'fuzzy path' the default search modeCanop
2021-05-09fix "tokens" search being displayed as '???' in helpCanop
2021-05-08upgrade lazy-regex to 1.0Canop
2021-05-06fix search modes configuration removing all default mappingsCanop
2021-05-04first implementation of a "tokens" patternCanop
2020-12-13keep selection visible on unfilteringCanop
2020-12-11use serde's derive to deserialize confCanop
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-06-20more subtle rules on pattern combination parsingCanop
2020-06-19composite patterns built by combining simple ones with operatorsCanop
2020-06-07"content" search mode key can be defined in configCanop
2020-06-06rudimentary search in file contentCanop
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