summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
6 daysEscaping for cmd.exe: always use double quotesHEADmasterJunegunn Choi
7 daysFix escaping for cmd.exeJunegunn Choi
7 daysDetermine shell type once by the basenameJunegunn Choi
7 daysRestore CmdLine parameter when running commands using cmd.exeJunegunn Choi
8 daysAdd $FZF_POS environment variableJunegunn Choi
8 daysAdd --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
8 daysAdd 'change-multi' actionJunegunn Choi
10 daysFix 'reload' not terminating closed standard input streamJunegunn Choi
10 daysMerge identical case clausesJunegunn Choi
13 daysReplace fmt.Errorf with no parameters with errors.New (#3747)Cheng
2024-04-20Remove invalid 'result' event when using --sync optionJunegunn Choi
2024-04-17Fix typo in comment (#3734)hidewrong
2024-04-14Fix streaming filter mode by not running reader callback concurrentlyJunegunn Choi
2024-04-14Improve search performance by limiting the search scopeJunegunn Choi
2024-04-14Improve search performance by pre-calculating bonus matrixJunegunn Choi
2024-04-14Improve search performance by pre-calculating character classesJunegunn Choi
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