summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-13Fix tcell buildJunegunn Choi
2024-04-13Fix unit testsJunegunn Choi
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-10Add jump and jump-cancel eventsJunegunn Choi
2024-04-09Disable line wrapping during renderingJunegunn Choi
2024-04-04Do not trim CR on Windows when --read0 is setJunegunn Choi
2024-04-04Do not hide separator by default on --info=inline-right|hiddenJunegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2024-04-02Improve ingestion performance (by around 40%)Junegunn Choi
2024-04-01Improve ingestion performance (by around 20%)Junegunn Choi
2024-03-29Add environment variables: FZF_{BORDER,PREVIEW}_LABEL (#3693)Matthieu Cneude
2024-03-28Add track-current, untrack-current, and toggle-track-current (#3699)Junegunn Choi
2024-03-27Fix reload and reload-sync behaviorsJunegunn Choi
2024-03-21Increase the buffer size for POST requestsJunegunn Choi
2024-03-21Set a 2-second timeout for POST requestsJunegunn Choi
2024-03-17Fix panic caused by invalid cursor indexJunegunn Choi
2024-03-14Limit the maximum number of focus events to process at onceJunegunn Choi
2024-03-13Embed shell integration scripts in fzf binary (`--bash` / `--zsh` / `--fish`)...Junegunn Choi
2024-03-13Add walker options and replace 'find' with the built-in walker (#3649)Junegunn Choi
2024-03-09Fix preview area not being cleared when using certain types of border stylesJunegunn Choi
2024-03-08Kill preview process when hiding the preview windowJunegunn Choi
2024-03-08Fix invalid memory access when the preview window becomes hiddenJunegunn Choi
2024-03-05Update parseGetParams to call strconv.Atoi when params are validonee-only
2024-03-05Update error return position according to conventiononee-only
2024-03-05Remove duplicate codeonee-only
2024-03-02Allow iTerm2 image data that ends with 'ESC \' (#3646)Junegunn Choi
2024-02-29Add $FZF_DEFAULT_OPTS_FILE (#3618)Junegunn Choi
2024-02-22Fix missing bonus score on a delimiter characterJunegunn Choi
2024-02-19Fix unit testsJunegunn Choi
2024-02-19Export FZF_* variables to 'reload' process as wellJunegunn Choi
2024-02-15Code cleanup: Remove unused argumentJunegunn Choi
2024-02-15Replace "default find command" with built-in directory traversalJunegunn Choi
2024-02-010.46.10.46.1Junegunn Choi
2024-02-01Fix tests for tcell buildJunegunn Choi
2024-02-01Avoid full redraw on 'preview' action when preview window existsJunegunn Choi
2024-02-01Retain preview window on resize after 'preview' actionJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-24Fix Windows buildJunegunn Choi
2024-01-23Fix highlighting of regions that are matched multiple timesJunegunn Choi
2024-01-21Avoid deadlocks by adding a 2 second timeout to GET / endpointJunegunn Choi
2024-01-21Add 'resize' eventJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-19Handle ambiguous emoji widthJunegunn Choi
2024-01-16Expose state information via environment variables to child processesJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2024-01-07Add 'result' event that is triggered when the result list is readyJunegunn Choi
2024-01-07Fix focus event not triggered in certain casesJunegunn Choi
2024-01-010.45.00.45.0Junegunn Choi
2023-12-31Enable preview if 'transform' action is bound to a keyJunegunn Choi