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-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
2025-01-16
Export the current nth value as $FZF_NTH
Junegunn Choi
2025-01-16
Skip merging nth offsets when unnecessary
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2025-01-15
Add --gap-line to --help output and man page
Junegunn Choi
2025-01-15
Disallow incorrect wrapping range expression for --nth
Junegunn Choi
2025-01-15
Add gap line
Junegunn Choi
2025-01-13
Simplify nth comparison when reusing transformed tokens
Junegunn Choi
2025-01-13
Fix change-nth
Junegunn Choi
2025-01-13
Add change-nth action
Junegunn Choi
2025-01-12
Align header with the list
Junegunn Choi
2025-01-12
Treat a single-character delimiter as a plain string delimiter
Junegunn Choi
2025-01-11
Refactor --preview-border=line
Junegunn Choi
2025-01-11
Fix window sizing with borders on the right
Junegunn Choi
2025-01-11
Fix preview scrollbar with '--preview-window bottom,border-line'
Junegunn Choi
2025-01-11
Make preview-scrollbar color conditionally inherit from scrollbar color
Junegunn Choi
2025-01-10
Trim unsupported OSC sequences (#4169)
Junegunn Choi
2025-01-10
Add a test case for the mixed delimiter ANSI sequence (#4169)
Junegunn Choi
2025-01-10
Support ANSI sequences with mixed ; and : delimiters (#4169)
Junegunn Choi
2025-01-08
Do not export $LINES and $COLUMNS for non-preview processes
Junegunn Choi
2025-01-07
Refactor option parser
Junegunn Choi
2025-01-07
Fix adaptive height with --header-border
Junegunn Choi
2025-01-07
Update man page sections
Junegunn Choi
2025-01-06
Restructure --help output
Junegunn Choi
2025-01-06
Render preview label if possible when --preview-border=line
Junegunn Choi
2025-01-06
Remove header indentation when unnecessary
Junegunn Choi
2025-01-06
Add style presets: --style=[default|minimal|full]
Junegunn Choi
2025-01-06
Add preview border style 'line'
Junegunn Choi
2025-01-05
Border around the header section
Junegunn Choi
2025-01-05
fix: make header align with list (#4158)
phanium
2025-01-04
Fix adaptive height in the presence of --list-border and --input-border
Junegunn Choi
2025-01-04
Fix '--tmux border-native'
Junegunn Choi
2025-01-04
Add `border-native` option to `--tmux` flag (#4157)
Andreas Auernhammer
2025-01-03
Fix cursor placement of tcell renderer
Junegunn Choi
2025-01-02
Update --help output
Junegunn Choi
2025-01-02
Do not try to print anything is screen height is zero
Junegunn Choi
[next]