summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
5 daysClear caches on exitdevelJunegunn Choi
5 daysRefactor the code so that fzf can be used as a libraryJunegunn Choi
5 daysAdd click-header event for reporting clicks within header (#3768)HEADmasterKuremu
5 daysFix rendering of preview window border of tcell rendererJunegunn Choi
5 daysReduce flicking when changing the size of the preview window with --borderJunegunn Choi
5 daysRemove unnecessary flicking when changing the size of the preview windowJunegunn Choi
5 daysClear characters on 1-column margin after the preview window on the leftJunegunn Choi
7 daysFix --info inline-right not properly clearing the previous outputJunegunn Choi
11 daysEscaping for cmd.exe: always use double quotesJunegunn Choi
11 daysFix escaping for cmd.exeJunegunn Choi
11 daysDetermine shell type once by the basenameJunegunn Choi
12 daysRestore CmdLine parameter when running commands using cmd.exeJunegunn Choi
13 daysAdd $FZF_POS environment variableJunegunn Choi
13 daysAdd --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
13 daysAdd 'change-multi' actionJunegunn Choi
2024-04-25Fix 'reload' not terminating closed standard input streamJunegunn Choi
2024-04-25Merge identical case clausesJunegunn Choi
2024-04-22Replace 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