summaryrefslogtreecommitdiff
path: root/src/core.go
AgeCommit message (Expand)Author
2025-02-26Trim trailing whitespaces after processing ANSI sequencesJunegunn Choi
2025-02-26Make --accept-nth compatible with --select-1Junegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-06Fix nth highlightingJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-13Simplify nth comparison when reusing transformed tokensJunegunn Choi
2025-01-13Fix change-nthJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2024-11-03Remove possible races (#4070)Junegunn Choi
2024-10-31Fix race in reload actionJunegunn Choi
2024-07-28Remove stale commentJunegunn Choi
2024-07-27Fix build errorJunegunn Choi
2024-07-27Minor refactoringJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
2024-06-15--sync: Do not start TUI until initial filtering is completeJunegunn Choi
2024-06-12Do not open tmux or winpty in `--filter` modeJunegunn 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-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-05-23Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or laterJunegunn Choi
2024-05-23Do not run as winpty proxy if winpty is not availableJunegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-07Refactor the code to remove global variablesJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-20Remove invalid 'result' event when using --sync optionJunegunn Choi
2024-04-14Fix streaming filter mode by not running reader callback concurrentlyJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-03-27Fix reload and reload-sync behaviorsJunegunn Choi
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-02-19Export FZF_* variables to 'reload' process as wellJunegunn Choi
2023-12-21Add support for negative --heightJunegunn Choi
2023-05-27Fix bug where preview is not updated after reload when --disabled is setJunegunn Choi
2023-05-27Remove dead codeJunegunn Choi
2023-05-01Fix caching when reload and query change triggered by the same bindingJunegunn Choi
2023-04-30Fix search not triggered when query change and reload happen at the same timeJunegunn Choi
2023-04-02Fix a bug of height range with -1 or -0 (#3226)tyama711
2022-12-31Fix cache being immediately cleared on reload-syncJunegunn Choi
2022-12-29Add reload-sync actionJunegunn Choi
2022-09-28Implement height range (--height ~[VALUE][%])Junegunn Choi