summaryrefslogtreecommitdiffstats
path: root/src/core.go
AgeCommit message (Expand)Author
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
2022-08-12Reformat comments adhere to gofmtJunegunn Choi
2022-08-03Fix incorrect ordering of `--tiebreak=chunk`Junegunn Choi
2022-04-04Add `rebind` action for restoring bindings after `unbind`Junegunn Choi
2021-09-14Reset {n} after reloadJunegunn Choi
2021-03-07Kill input command on terminateJunegunn Choi
2021-01-030.25.00.25.0Junegunn Choi
2021-01-03Make search toggleableJunegunn Choi
2020-10-270.24.0-rc10.24.0-rc1Junegunn Choi
2020-10-25Add support for text styling using --colorJunegunn Choi
2019-12-16Fix incorrect header array mutationJunegunn Choi
2019-12-09Defer resetting multi-selection on reloadJunegunn Choi
2019-12-06Properly clear list when --header-lines not filled on reloadJunegunn Choi
2019-12-05Remove immediate flickering on reload actionJunegunn Choi
2019-11-12Remove trailing whitespaces when using --with-nthJunegunn Choi
2019-11-12'reload' action should reset --header-linesJunegunn Choi
2019-11-11Remove unnecessary reader barrier on --filter modeJunegunn Choi
2019-11-10Experimental implementation of "reload" actionJunegunn Choi
2019-11-10Add --phony option for disabling searchJunegunn Choi
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-07Remove unnecessary ANSI code injectionJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2018-12-19Inverse-only matches should not reorder the remaining resultsJunegunn Choi
2017-08-20Ignore EvtReadNew if EvtReadFin is already setJunegunn Choi
2017-08-20Remove redundant read event when --sync is usedJunegunn Choi
2017-08-16Remove count field from ChunkListJunegunn Choi
2017-08-16Make Reader event notification asynchronousJunegunn Choi