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-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
2024-08-02
Fix '--tmux bottom' when the status line is not at the bottom
Junegunn Choi
2024-07-28
Remove stale comment
Junegunn Choi
2024-07-27
Fix build error
Junegunn Choi
2024-07-27
Minor refactoring
Junegunn Choi
2024-07-27
Fix incompatibility of adaptive height and 'start:reload'
Junegunn Choi
2024-07-26
Revert "Prefer LightRenderer over tcell on Windows"
Junegunn Choi
2024-07-21
Fix invalid highlighting of truncated multi-line items
Junegunn Choi
2024-07-19
Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930)
Charlie Vieth
2024-07-08
Bind CTRL-/ and ALT-/ to toggle-wrap by default
Junegunn Choi
2024-07-08
Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907)
Charlie Vieth
2024-07-05
Remove --walker-path-sep
Junegunn Choi
2024-07-03
Adjust offset immediately after 'first', 'last', and 'pos'
Junegunn Choi
2024-07-02
Avoid printing ANSI reset codes
Junegunn Choi
2024-07-01
Fill background color in padding area
Junegunn Choi
2024-06-29
Add --walker-path-sep=CHAR to use a different path separator
Junegunn Choi
2024-06-25
Empty --marker-multi-line if --marker is empty
Junegunn Choi
2024-06-25
Allow removing header line with change-header and transform-header
Junegunn Choi
2024-06-25
Add --wrap option and 'toggle-wrap' action (#3887)
Junegunn Choi
2024-06-24
Do not start the initial reader if 'reload*' is bound to 'start'
Junegunn Choi
2024-06-23
Fix regression in separator display
Junegunn Choi
2024-06-23
Fix panic on extremely short terminals
Junegunn Choi
[next]