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-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
2024-05-24
Fix incorrect colors for selected-{fg,bg,hl}
Junegunn Choi
2024-05-24
Use bold bar as the default marker
Junegunn Choi
2024-05-23
Address review comments by @Konfekt
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
Junegunn Choi
2024-05-23
Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later
Junegunn Choi
2024-05-23
Do not run as winpty proxy if winpty is not available
Junegunn Choi
2024-05-22
Add print(...) action
Junegunn Choi
2024-05-22
proxy: Pass SIGINT to the child fzf
Junegunn Choi
2024-05-22
An '--expect' key should execute actions bound to the key
Junegunn Choi
2024-05-22
Ignore SIGINT when running as proxy
Junegunn Choi
2024-05-21
Update the summary
Junegunn Choi
2024-05-21
Embed man page in the binary and show it on 'fzf --man'
Junegunn Choi
2024-05-20
Change default marker
Junegunn Choi
2024-05-20
Use winpty to launch fzf in Git bash (mintty)
Junegunn Choi
2024-05-20
Respect $NO_COLOR environment variable
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-05-19
Change default pointer and marker character
Junegunn Choi
[prev]
[next]