summaryrefslogtreecommitdiffstats
path: root/src/fuzzy_patterns.rs
AgeCommit message (Expand)Author
2020-03-30moved files aroundCanop
2020-01-20minor code fmt changesCanop
2019-12-07minor comments and tuningCanop
2019-12-01faster fuzzy searchesCanop
2019-11-30tuning and perf improvements regarding searchCanop
2019-10-23move to the last versions of crossterm and termimadCanop
2019-07-03Hitting enter when first line is selected, or clicking it, goes up to the par...v0.8.6Canop
2019-06-04termimad based help screenCanop
2019-02-19change the way the new command is computed on new stateCanop
2019-02-13faster regex searchCanop
2019-02-12fuzzy pattern: increase score of match starting after word separatorCanop
2019-02-11handle errors on a few cases of non suitable rootCanop
2019-02-05change the way we break fuzzy search on not relevant matchesCanop
2019-02-04make the application more responsive on slow disksv0.5.2Canop
2019-02-03some code commentsCanop
2019-01-30version bump -> 0.5.0Canop
2019-01-30regexes accept 'i' and 'U' flagsCanop
2019-01-28dope less deep search resultCanop
2019-01-27support of regex patternsCanop