summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-01-07Fix adaptive height with --header-borderJunegunn Choi
2025-01-07Update man page sectionsJunegunn Choi
2025-01-06Restructure --help outputJunegunn Choi
2025-01-06Render preview label if possible when --preview-border=lineJunegunn Choi
2025-01-06Remove header indentation when unnecessaryJunegunn Choi
2025-01-06Add style presets: --style=[default|minimal|full]Junegunn Choi
2025-01-06Add preview border style 'line'Junegunn Choi
2025-01-05Border around the header sectionJunegunn Choi
2025-01-05fix: make header align with list (#4158)phanium
2025-01-04Fix adaptive height in the presence of --list-border and --input-borderJunegunn Choi
2025-01-04Fix '--tmux border-native'Junegunn Choi
2025-01-04Add `border-native` option to `--tmux` flag (#4157)Andreas Auernhammer
2025-01-03Fix cursor placement of tcell rendererJunegunn Choi
2025-01-02Update --help outputJunegunn Choi
2025-01-02Do not try to print anything is screen height is zeroJunegunn Choi