summaryrefslogtreecommitdiff
path: root/src/matcher.go
AgeCommit message (Expand)Author
2025-10-09Introduce 'raw' modeJunegunn Choi
2025-09-27merger: fix chunk cache never getting cleared (#4531)alex-huff
2025-07-06Fix selection lost on revision bumpJunegunn Choi
2024-10-16Avoid selecting an outdated merger from cacheJunegunn Choi
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2023-05-27Fix bug where preview is not updated after reload when --disabled is setJunegunn Choi
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2017-07-18Consolidate Result and rank structsJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-20Remove Offset slice from Result structJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-19Set the upper limit of the number of search go routinesJunegunn Choi
2016-08-18Increase the number of go routines for searchJunegunn Choi
2016-08-14LintJunegunn Choi
2016-02-16Go 1.3 compatibilitySergey Vlasov
2015-08-02LintJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Fix #151 - reduce initial memory footprintJunegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-02-18Fix race condition in asynchronous -1 and -0Junegunn Choi
2015-02-18Make --select-1 and --exit-0 asynchronousJunegunn Choi
2015-02-17Fix typo in codeJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix race conditionsJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-04Fix scan limit for --select-1 and --exit-0 optionsJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi