summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-08-18Fix preview window incorrectly rendering empty line at the bottomJunegunn Choi
2024-08-14Support hyperlinks (OSC 8) in the main windowJunegunn Choi
2024-08-14Fix OSC 8 parserJunegunn Choi
2024-08-14Add support for hyperlinks in preview windowJunegunn Choi
2024-08-13Allow comments in $FZF_DEFAULT_OPTS and $FZF_DEFAULT_OPTS_FILEJunegunn Choi
2024-08-11Make sure preview command is not run before Terminal is readyJunegunn Choi
2024-08-04Fix extra scroll offset in multi-line mode (--read0 or --wrap)Junegunn Choi
2024-08-02Fix '--tmux bottom' when the status line is not at the bottomJunegunn Choi
2024-07-28Remove stale commentJunegunn Choi
2024-07-27Fix build errorJunegunn Choi
2024-07-27Minor refactoringJunegunn Choi
2024-07-27Fix incompatibility of adaptive height and 'start:reload'Junegunn Choi
2024-07-26Revert "Prefer LightRenderer over tcell on Windows"Junegunn Choi
2024-07-21Fix invalid highlighting of truncated multi-line itemsJunegunn Choi
2024-07-19Update fastwalk to v1.0.8 for better MSYS detection and sorting (#3930)Charlie Vieth
2024-07-08Bind CTRL-/ and ALT-/ to toggle-wrap by defaultJunegunn Choi
2024-07-08Update charlievieth/fastwalk to use forward-slashes on WSL and MSYS (#3907)Charlie Vieth
2024-07-05Remove --walker-path-sepJunegunn Choi
2024-07-03Adjust offset immediately after 'first', 'last', and 'pos'Junegunn Choi
2024-07-02Avoid printing ANSI reset codesJunegunn Choi
2024-07-01Fill background color in padding areaJunegunn Choi
2024-06-29Add --walker-path-sep=CHAR to use a different path separatorJunegunn Choi
2024-06-25Empty --marker-multi-line if --marker is emptyJunegunn Choi
2024-06-25Allow removing header line with change-header and transform-headerJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-24Do not start the initial reader if 'reload*' is bound to 'start'Junegunn Choi
2024-06-23Fix regression in separator displayJunegunn Choi
2024-06-23Fix panic on extremely short terminalsJunegunn Choi
2024-06-22Make transform*, --info-command, and execute-silent cancellableJunegunn Choi
2024-06-20Code cleanupJunegunn Choi
2024-06-20Fix test case for validateSignJunegunn Choi
2024-06-20Allow empty pointer and markerJunegunn Choi
2024-06-20Add --info-command for customizing the input textJunegunn Choi
2024-06-19Add wpath and dpath pledges on OpenBSD to make --tmux work (#3877)bsdmp
2024-06-17Add 'offset-middle' actionJunegunn Choi
2024-06-17Fire 'result' even when input stream is not completeJunegunn Choi
2024-06-17--sync: Suppress initial render also when focus event is boundJunegunn Choi
2024-06-17Improved --sync behaviorJunegunn Choi
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