summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-06-15--sync: Do not start TUI until initial filtering is completeJunegunn Choi
2024-06-14Make GET endpoint available from 'execute' and 'transform' actionsJunegunn Choi
2024-06-13--walker-skip should also handle symlinks to directoriesJunegunn Choi
2024-06-12Prefer LightRenderer over tcell on WindowsJunegunn Choi
2024-06-12Fix invalid mouse offset for --height on WindowsJunegunn Choi
2024-06-12Do not open tmux or winpty in `--filter` modeJunegunn Choi
2024-06-10Less aggressive chunk cache invalidation for --tailJunegunn Choi
2024-06-10Fix divide by zero error with --tiebreak=end for long itemsJunegunn Choi
2024-06-07Remove unused fieldJunegunn Choi
2024-06-07Reduce flickering of the list when the list is truncated by --tailJunegunn Choi
2024-06-06hasPreviewFlags should ignore escaped placeholderJunegunn Choi
2024-06-06Fix index out of bounds error caused by outdated offsetJunegunn Choi
2024-06-05Handle int32 overflowJunegunn Choi
2024-06-04Add --tail=NUM to limit the number of items to keep in memoryJunegunn Choi
2024-06-02Fix invalid default of selected-hl (--color)Junegunn Choi
2024-06-01--tmux vs. --height: Last one winsJunegunn Choi
2024-06-01Immediately close standard output of the child processJunegunn Choi
2024-06-01Do not disable --height on mintty (because it works)Junegunn Choi
2024-06-01Fix --height on WindowsJunegunn Choi
2024-06-01Ignore --height option if it's not supported on the platformJunegunn Choi
2024-06-01Revert "An '--expect' key should execute actions bound to the key"Junegunn Choi
2024-05-31Fix error message on invalid --tmux optionJunegunn Choi
2024-05-31Fix index out of bounds error on scroll-down actionJunegunn Choi
2024-05-29Make --tmux argument optionalJunegunn Choi
2024-05-29Pass-through error message from 'tmux display-popup'Junegunn Choi
2024-05-28[vim] Native --tmux fix for NeovimJunegunn Choi
2024-05-27Different marker for the first and last line of multi-line entriesJunegunn Choi
2024-05-26Fix --help output: marker defaultJunegunn Choi
2024-05-25Do not allow tabs in pointer and markerJunegunn Choi
2024-05-25Fix option validation orderJunegunn Choi
2024-05-24Change default --scroll-off to 3Junegunn Choi
2024-05-24Fix --scroll-off for multi-line modeJunegunn Choi
2024-05-24Fix incorrect colors for selected-{fg,bg,hl}Junegunn Choi
2024-05-24Use bold bar as the default markerJunegunn Choi
2024-05-23Address review comments by @KonfektJunegunn Choi
2024-05-23execute: Open separate handles to /dev/tty (in, out, err)Junegunn Choi
2024-05-23Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or laterJunegunn Choi
2024-05-23Do not run as winpty proxy if winpty is not availableJunegunn Choi
2024-05-22Add print(...) actionJunegunn Choi
2024-05-22proxy: Pass SIGINT to the child fzfJunegunn Choi
2024-05-22An '--expect' key should execute actions bound to the keyJunegunn Choi
2024-05-22Ignore SIGINT when running as proxyJunegunn Choi
2024-05-21Update the summaryJunegunn Choi
2024-05-21Embed man page in the binary and show it on 'fzf --man'Junegunn Choi
2024-05-20Change default markerJunegunn Choi
2024-05-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
2024-05-20Respect $NO_COLOR environment variableJunegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-05-19Change default pointer and marker characterJunegunn Choi
2024-05-18Do not 'become' inside a tmux popupJunegunn Choi