index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2025-02-20
Fix case where preview window is not scrollable (#4258)
Junegunn Choi
2025-02-18
walker: Append path separator to directories
Junegunn Choi
2025-02-18
Fix {q} in preview window affected by 'search' action
Junegunn Choi
2025-02-17
Normalize char before pattern lookup (#4252)
Alexei Șerșun
2025-02-16
Ignore NULL byte before CSI 6N response
Junegunn Choi
2025-02-13
Avoid printing items in an extremely narrow screen
Junegunn Choi
2025-02-13
Truncate wrap sign in the list section if necessary
Junegunn Choi
2025-02-12
Allow suffix match on --nth with custom --delimiter
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-11
Simplify code
Junegunn Choi
2025-02-11
Truncate wrap signs in extremely narrow preview window
Junegunn Choi
2025-02-11
Print --wrap-sign in preview window
Junegunn Choi
2025-02-09
Rename actions: exclude and exclude-multi
Junegunn Choi
2025-02-09
Add exclude-current action
Junegunn Choi
2025-02-09
Add 'exclude' action for excluding current/selected items from the result (#4...
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2025-02-07
Fix change-header-label+change-header
Junegunn Choi
2025-02-06
Fix scrolling performance when --wrap is enabled
Junegunn Choi
2025-02-06
Fix nth highlighting
Junegunn Choi
2025-02-02
Stop processing more actions after a terminal action (accept, abort, etc.)
Junegunn Choi
2025-02-02
Fix tcell renderer's pause and resume
Junegunn Choi
2025-02-02
FZF_KEY enhancements
Junegunn Choi
2025-02-01
Fix {show,hide,toggle}-input and add test cases
Junegunn Choi
2025-02-01
Display header lines at the top in 'reverse-list' layout
Junegunn Choi
2025-02-01
Add {show,hide,toggle}-input and expose $FZF_INPUT_STATE
Junegunn Choi
2025-02-01
Add toggle-bind
Junegunn Choi
2025-02-01
Fix --layout reverse-list --no-input
Junegunn Choi
2025-01-30
Add --no-input to hide the input section (#4210)
Junegunn Choi
2025-01-28
Enhance --min-height option to take number followed by +
Junegunn Choi
2025-01-27
Set the default value of --min-height depending on other options
Junegunn Choi
2025-01-27
Allow {q} placeholders with range expressions
Junegunn Choi
2025-01-27
Fix edge cases in --bind where ',' or ':' are chained (#4206)
Junegunn Choi
2025-01-27
Allow actions to multiple keys and events at once
Junegunn Choi
2025-01-27
Enhance click-header event
Junegunn Choi
2025-01-26
Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}
Junegunn Choi
2025-01-26
Add 'search' and 'transform-search'
Junegunn Choi
2025-01-25
Add 'bell' action to ring the terminal bell
Junegunn Choi
2025-01-24
Option to prioritize file name matches (#4192)
Junegunn Choi
2025-01-23
Make it possible to change one-time preview window
Junegunn Choi
2025-01-23
Fix resizing of a one-time preview window
Junegunn Choi
2025-01-23
Fix header window location and size
Junegunn Choi
2025-01-23
Fix --info-command when focus event is bound
Junegunn Choi
2025-01-23
Add --header-lines-border to separate two headers
Junegunn Choi
2025-01-22
Support OSC 8 sequence with BEL characters
Junegunn Choi
2025-01-20
Make 'current-fg' inherit from 'fg' to simplify configuration
Junegunn Choi
2025-01-20
Fix a non-constant format string (#4189)
Elliott Sales de Andrade
2025-01-18
Add 'gap-line' color for the horizontal line on each gap
Junegunn Choi
2025-01-17
chore: fix comment (#4181)
piguagua
2025-01-17
Allow setting border styles at once with --style full:STYLE
Junegunn Choi
2025-01-16
Do not apply nth style when the whole range is covered
Junegunn Choi
[next]