summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2025-04-25Reset coordinator delay on 'reload'Junegunn Choi
2025-04-22Add missing environment variables (#4356)RafaelDominiquini
2025-04-22Revert "Disable tmux popup when already running inside one (#4351)"Junegunn Choi
2025-04-20Add --tty-default=/dev/tty and --no-tty-default option (#4352)Junegunn Choi
2025-04-18Disable tmux popup when already running inside one (#4351)Pierre Guinoiseau
2025-04-13Fix panic when use header border without pointer/marker (#4345)phanium
2025-04-11Fix trailing ␊ not rendered with '--read0 --no-multi-line'Junegunn Choi
2025-04-11reader: Do not append '/' to '/'Junegunn Choi
2025-04-060.61.1Junegunn Choi
2025-04-06Disable bracketed paste mode on exitJunegunn Choi
2025-03-30Add 'r' flag (raw) for unquoted outputJunegunn Choi
2025-03-28Add change-ghost and transform-ghostJunegunn Choi
2025-03-28Fix header window not updated on change-headerJunegunn Choi
2025-03-28Add change-pointer and transform-pointerJunegunn Choi
2025-03-26Fix info not updated after track-current is disabled due to race conditionJunegunn Choi
2025-03-26Fix query precedence in an action chain (#4326)Junegunn Choi
2025-03-26Improve query modification prevention in input-less modeJunegunn Choi
2025-03-25Do not ignore current query when input is hiddenJunegunn Choi
2025-03-24Fix first entry not clickable when input section is hiddenJunegunn Choi
2025-03-24Fix cursor position when prompt is truncatedJunegunn Choi
2025-03-23Fix offset-middle not updating the listJunegunn Choi
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn Choi
2025-03-20Prevent start:track-current from being disabledJunegunn Choi
2025-03-16Fix wrapping of the list sectionJunegunn Choi
2025-03-15Fix ghost text with inline infoJunegunn Choi
2025-03-14Add `--ghost=TEXT` to display a ghost text when the input is emptyJunegunn Choi
2025-03-11Change 'interface{}' to 'any' (#4308)Gabriel Marin
2025-03-10Nullify unwanted FZF_DEFAULT_* variables in tmux popupJunegunn Choi
2025-03-03[windows] Prevent fzf from consuming user input while pausedJunegunn Choi
2025-02-27Make truncateQuery fasterJunegunn Choi
2025-02-27Increase the query length limit from 300 to 1000Junegunn Choi
2025-02-26Remove temp files before 'become' when using --tmux optionJunegunn Choi
2025-02-26Trim trailing whitespaces after processing ANSI sequencesJunegunn Choi
2025-02-26Make --accept-nth compatible with --select-1Junegunn Choi
2025-02-25Fix condition for using item numlines cache (#4285)alex-huff
2025-02-25Use '/' as path separator on MSYS2Junegunn Choi
2025-02-24Fix regression: Trim trailing whitespaces when using --with-nthJunegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-22Fix 'jump' when pointer is emptyJunegunn Choi
2025-02-21Don't trim last field when delimiter is regex (#4266)phanium
2025-02-20Fix case where preview window is not scrollable (#4258)Junegunn Choi
2025-02-18walker: Append path separator to directoriesJunegunn Choi
2025-02-18Fix {q} in preview window affected by 'search' actionJunegunn Choi
2025-02-17Normalize char before pattern lookup (#4252)Alexei Șerșun
2025-02-16Ignore NULL byte before CSI 6N responseJunegunn Choi
2025-02-13Avoid printing items in an extremely narrow screenJunegunn Choi
2025-02-13Truncate wrap sign in the list section if necessaryJunegunn Choi
2025-02-12Allow suffix match on --nth with custom --delimiterJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-11Simplify codeJunegunn Choi