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-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
2024-06-01
Immediately close standard output of the child process
Junegunn Choi
2024-06-01
Do not disable --height on mintty (because it works)
Junegunn Choi
2024-06-01
Fix --height on Windows
Junegunn Choi
2024-06-01
Ignore --height option if it's not supported on the platform
Junegunn Choi
2024-06-01
Revert "An '--expect' key should execute actions bound to the key"
Junegunn Choi
2024-05-31
Fix error message on invalid --tmux option
Junegunn Choi
2024-05-31
Fix index out of bounds error on scroll-down action
Junegunn Choi
2024-05-29
Make --tmux argument optional
Junegunn Choi
2024-05-29
Pass-through error message from 'tmux display-popup'
Junegunn Choi
2024-05-28
[vim] Native --tmux fix for Neovim
Junegunn Choi
2024-05-27
Different marker for the first and last line of multi-line entries
Junegunn Choi
2024-05-26
Fix --help output: marker default
Junegunn Choi
2024-05-25
Do not allow tabs in pointer and marker
Junegunn Choi
2024-05-25
Fix option validation order
Junegunn Choi
2024-05-24
Change default --scroll-off to 3
Junegunn Choi
2024-05-24
Fix --scroll-off for multi-line mode
Junegunn Choi
[next]