summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-02-20Fix case where preview window is not scrollable (#4258)Junegunn Choi
2025-02-18walker: Append path separator to directoriesJunegunn Choi
2025-02-18Fix {q} in preview window affected by 'search' actionJunegunn Choi
2025-02-17Normalize char before pattern lookup (#4252)Alexei Șerșun
2025-02-16Ignore NULL byte before CSI 6N responseJunegunn Choi
2025-02-13Avoid printing items in an extremely narrow screenJunegunn Choi
2025-02-13Truncate wrap sign in the list section if necessaryJunegunn Choi
2025-02-12Allow suffix match on --nth with custom --delimiterJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-11Simplify codeJunegunn Choi
2025-02-11Truncate wrap signs in extremely narrow preview windowJunegunn Choi
2025-02-11Print --wrap-sign in preview windowJunegunn Choi
2025-02-09Rename actions: exclude and exclude-multiJunegunn Choi
2025-02-09Add exclude-current actionJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-07Fix change-header-label+change-headerJunegunn Choi
2025-02-06Fix scrolling performance when --wrap is enabledJunegunn Choi
2025-02-06Fix nth highlightingJunegunn Choi
2025-02-02Stop processing more actions after a terminal action (accept, abort, etc.)Junegunn Choi
2025-02-02Fix tcell renderer's pause and resumeJunegunn Choi
2025-02-02FZF_KEY enhancementsJunegunn Choi
2025-02-01Fix {show,hide,toggle}-input and add test casesJunegunn Choi
2025-02-01Display header lines at the top in 'reverse-list' layoutJunegunn Choi
2025-02-01Add {show,hide,toggle}-input and expose $FZF_INPUT_STATEJunegunn Choi
2025-02-01Add toggle-bindJunegunn Choi
2025-02-01Fix --layout reverse-list --no-inputJunegunn Choi
2025-01-30Add --no-input to hide the input section (#4210)Junegunn Choi
2025-01-28Enhance --min-height option to take number followed by +Junegunn Choi
2025-01-27Set the default value of --min-height depending on other optionsJunegunn Choi
2025-01-27Allow {q} placeholders with range expressionsJunegunn Choi
2025-01-27Fix edge cases in --bind where ',' or ':' are chained (#4206)Junegunn Choi
2025-01-27Allow actions to multiple keys and events at onceJunegunn Choi
2025-01-27Enhance click-header eventJunegunn Choi
2025-01-26Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}Junegunn Choi
2025-01-26Add 'search' and 'transform-search'Junegunn Choi
2025-01-25Add 'bell' action to ring the terminal bellJunegunn Choi
2025-01-24Option to prioritize file name matches (#4192)Junegunn Choi
2025-01-23Make it possible to change one-time preview windowJunegunn Choi
2025-01-23Fix resizing of a one-time preview windowJunegunn Choi
2025-01-23Fix header window location and sizeJunegunn Choi
2025-01-23Fix --info-command when focus event is boundJunegunn Choi
2025-01-23Add --header-lines-border to separate two headersJunegunn Choi
2025-01-22Support OSC 8 sequence with BEL charactersJunegunn Choi
2025-01-20Make 'current-fg' inherit from 'fg' to simplify configurationJunegunn Choi
2025-01-20Fix a non-constant format string (#4189)Elliott Sales de Andrade
2025-01-18Add 'gap-line' color for the horizontal line on each gapJunegunn Choi
2025-01-17chore: fix comment (#4181)piguagua
2025-01-17Allow setting border styles at once with --style full:STYLEJunegunn Choi
2025-01-16Do not apply nth style when the whole range is coveredJunegunn Choi