summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-05-23Do not run as winpty proxy if winpty is not availableJunegunn Choi
2024-05-22Add print(...) actionJunegunn Choi
2024-05-22proxy: Pass SIGINT to the child fzfJunegunn Choi
2024-05-22An '--expect' key should execute actions bound to the keyJunegunn Choi
2024-05-22Ignore SIGINT when running as proxyJunegunn Choi
2024-05-21Update the summaryJunegunn Choi
2024-05-21Embed man page in the binary and show it on 'fzf --man'Junegunn Choi
2024-05-20Change default markerJunegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
2024-05-20Respect $NO_COLOR environment variableJunegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-05-19Change default pointer and marker characterJunegunn Choi
2024-05-18Do not 'become' inside a tmux popupJunegunn Choi
2024-05-18Add --tmux option to replace fzf-tmux scriptJunegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-15Fix tcell test caseJunegunn Choi
2024-05-15Refactor tui.TtyIn()Junegunn Choi
2024-05-15Revert "Close handles to /dev/tty", instead reuse handlesJunegunn Choi
2024-05-14Close handles to /dev/ttyJunegunn Choi
2024-05-14Render UI directly to /dev/ttyJunegunn Choi
2024-05-140.52.1Junegunn 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