summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-01-16Export the current nth value as $FZF_NTHJunegunn Choi
2025-01-16Skip merging nth offsets when unnecessaryJunegunn Choi
2025-01-16Allow displaying --nth parts in a different text styleJunegunn Choi
2025-01-15Add --gap-line to --help output and man pageJunegunn Choi
2025-01-15Disallow incorrect wrapping range expression for --nthJunegunn Choi
2025-01-15Add gap lineJunegunn Choi
2025-01-13Simplify nth comparison when reusing transformed tokensJunegunn Choi
2025-01-13Fix change-nthJunegunn Choi
2025-01-13Add change-nth actionJunegunn Choi
2025-01-12Align header with the listJunegunn Choi
2025-01-12Treat a single-character delimiter as a plain string delimiterJunegunn Choi
2025-01-11Refactor --preview-border=lineJunegunn Choi
2025-01-11Fix window sizing with borders on the rightJunegunn Choi
2025-01-11Fix preview scrollbar with '--preview-window bottom,border-line'Junegunn Choi
2025-01-11Make preview-scrollbar color conditionally inherit from scrollbar colorJunegunn Choi
2025-01-10Trim unsupported OSC sequences (#4169)Junegunn Choi
2025-01-10Add a test case for the mixed delimiter ANSI sequence (#4169)Junegunn Choi
2025-01-10Support ANSI sequences with mixed ; and : delimiters (#4169)Junegunn Choi
2025-01-08Do not export $LINES and $COLUMNS for non-preview processesJunegunn Choi
2025-01-07Refactor option parserJunegunn Choi