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
2024-12-14
Fix test failure
Junegunn Choi
2024-12-14
Remove unused interface
Junegunn Choi
2024-12-14
Fix redundant clearing of the windows with non-default bg color
Junegunn Choi
2024-12-12
Less flickering of the candidate list when resizing the preview window
Junegunn Choi
2024-12-12
Avoid redrawing the windows on the first click on the border
Junegunn Choi
2024-12-12
Simplify resize code
Junegunn Choi
2024-12-12
Redraw preview scrollbar when window width changes
Junegunn Choi
2024-12-12
Restore previous behavior
Junegunn Choi
2024-12-12
Disallow dragging the wrong sides of the border
Junegunn Choi
2024-12-12
Update comments
Junegunn Choi
2024-12-12
Refactor
Junegunn Choi
2024-12-12
Respect the properties of the currently active preview window options
Junegunn Choi
2024-12-12
Use Has{Top,Right,Bottom,Left}() where possible
Julian Prein
2024-12-12
Fix minimum preview width without left/right borders
Julian Prein
2024-12-12
Fix maximum preview height without horizontal separator
Julian Prein
2024-12-12
Make the preview window resizable by mouse drag
Julian Prein
2024-12-02
Fix line wrap toggle when switching between screens
Junegunn Choi
2024-11-29
Much faster image processing
Junegunn Choi
2024-11-26
Extend --walker-skip to support multi-component patterns
Junegunn Choi
2024-11-25
Allow walking multiple root directories (#4109)
msabathier
2024-11-24
Export FZF_PREVIEW_* variables to other processes as well
Junegunn Choi
2024-11-12
Fix incorrect overflow detection when --wrap is set
Junegunn Choi
2024-11-09
page-up/down: undo last up/down if items are skipped
Junegunn Choi
2024-11-08
Another attempt to fix (half-)page-up/down for multi-line items
Junegunn Choi
2024-11-07
Fix (half-)page-up/down in the presence of multi-line items
Junegunn Choi
2024-11-04
Allow specifying '{n}' as the OFFSET in the preview-window flag (#4079)
jaydee-coder
2024-11-03
Fix reader regression (#4070)
Junegunn Choi
2024-11-03
Remove possible races (#4070)
Junegunn Choi
2024-11-03
Fix characters from previous preview not being cleared
Junegunn Choi
2024-10-31
Fix race in reload action
Junegunn Choi
2024-10-30
Fix (half-)page-up/down in the presence of multi-line items
Junegunn Choi
2024-10-25
walker: Do not treat '..' as a hidden entry
Junegunn Choi
2024-10-16
Avoid selecting an outdated merger from cache
Junegunn Choi
2024-10-15
Fix full line background in preview window
Junegunn Choi
2024-10-01
Add --gap option to put empty lines between items
Junegunn Choi
2024-09-29
--tmux: Export bash functions
Junegunn Choi
2024-09-12
Redraw/hide scroll offset when 'info' property is changed
Junegunn Choi
2024-09-12
Add 'noinfo' option to hide scroll offset information in preview window
Junegunn Choi
2024-08-29
Underscore boundaries should be ranked lower
Junegunn Choi
2024-08-29
Require quotes on both sides for boundary matching even in --exact mode
Junegunn Choi
2024-08-29
Implement exact-boundary match type
Junegunn Choi
2024-08-29
Fix CTRL-Z handling
Junegunn Choi
2024-08-27
Change default --ellipsis to 'ยทยท'
Junegunn Choi
2024-08-18
Fix preview window incorrectly rendering empty line at the bottom
Junegunn Choi
2024-08-14
Support hyperlinks (OSC 8) in the main window
Junegunn Choi
2024-08-14
Fix OSC 8 parser
Junegunn Choi
2024-08-14
Add support for hyperlinks in preview window
Junegunn Choi
2024-08-13
Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILE
Junegunn Choi
2024-08-11
Make sure preview command is not run before Terminal is ready
Junegunn Choi
2024-08-04
Fix extra scroll offset in multi-line mode (--read0 or --wrap)
Junegunn Choi
[next]