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-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
2024-06-22
Make transform*, --info-command, and execute-silent cancellable
Junegunn Choi
2024-06-20
Code cleanup
Junegunn Choi
2024-06-20
Fix test case for validateSign
Junegunn Choi
2024-06-20
Allow empty pointer and marker
Junegunn Choi
2024-06-20
Add --info-command for customizing the input text
Junegunn Choi
2024-06-19
Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877)
bsdmp
2024-06-17
Add 'offset-middle' action
Junegunn Choi
2024-06-17
Fire 'result' even when input stream is not complete
Junegunn Choi
2024-06-17
--sync: Suppress initial render also when focus event is bound
Junegunn Choi
2024-06-17
Improved --sync behavior
Junegunn Choi
2024-06-15
--sync: Do not start TUI until initial filtering is complete
Junegunn Choi
2024-06-14
Make GET endpoint available from 'execute' and 'transform' actions
Junegunn Choi
2024-06-13
--walker-skip should also handle symlinks to directories
Junegunn Choi
2024-06-12
Prefer LightRenderer over tcell on Windows
Junegunn Choi
2024-06-12
Fix invalid mouse offset for --height on Windows
Junegunn Choi
2024-06-12
Do not open tmux or winpty in `--filter` mode
Junegunn Choi
2024-06-10
Less aggressive chunk cache invalidation for --tail
Junegunn Choi
2024-06-10
Fix divide by zero error with --tiebreak=end for long items
Junegunn Choi
2024-06-07
Remove unused field
Junegunn Choi
2024-06-07
Reduce flickering of the list when the list is truncated by --tail
Junegunn Choi
2024-06-06
hasPreviewFlags should ignore escaped placeholder
Junegunn Choi
2024-06-06
Fix index out of bounds error caused by outdated offset
Junegunn Choi
2024-06-05
Handle int32 overflow
Junegunn Choi
2024-06-04
Add --tail=NUM to limit the number of items to keep in memory
Junegunn Choi
2024-06-02
Fix invalid default of selected-hl (--color)
Junegunn Choi
2024-06-01
--tmux vs. --height: Last one wins
Junegunn Choi
[next]