summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2024-05-10Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-09chore: Update flags to include long-form options for case (#3785)LangLangBart
2024-05-07Add color names: selected-{fg,bg,hl}Junegunn Choi
2024-05-07Rename --cursor-line to --highlight-lineJunegunn Choi
2024-05-07Refactor the code to remove global variablesJunegunn Choi
2024-05-07Add --cursor-line to highlight the whole current lineJunegunn Choi
2024-05-07Add current-{fg,bg,hl} as synonyms for {fg,bg,hl}+Junegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-06Do not enable delayed expansion mode when running cmd.exeJunegunn Choi
2024-05-06Fix `change-preview` reset by `change-preview-window`Junegunn Choi
2024-05-06Count $FZF_CLICK_HEADER_LINE from top to bottomJunegunn Choi
2024-05-05Add click-header event for reporting clicks within header (#3768)Kuremu
2024-05-05Fix rendering of preview window border of tcell rendererJunegunn Choi
2024-05-05Reduce flicking when changing the size of the preview window with --borderJunegunn Choi
2024-05-05Remove unnecessary flicking when changing the size of the preview windowJunegunn Choi
2024-05-05Clear characters on 1-column margin after the preview window on the leftJunegunn Choi
2024-05-03Fix --info inline-right not properly clearing the previous outputJunegunn Choi
2024-04-28Escaping for cmd.exe: always use double quotesJunegunn Choi
2024-04-28Fix escaping for cmd.exeJunegunn Choi
2024-04-28Determine shell type once by the basenameJunegunn Choi
2024-04-28Restore CmdLine parameter when running commands using cmd.exeJunegunn Choi
2024-04-27Add $FZF_POS environment variableJunegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-27Add '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