summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2025-02-11Truncate wrap signs in extremely narrow preview windowJunegunn Choi
2025-02-11Print --wrap-sign in preview windowJunegunn Choi
2025-02-09Rename actions: exclude and exclude-multiJunegunn Choi
2025-02-09Add exclude-current actionJunegunn Choi
2025-02-09Add 'exclude' action for excluding current/selected items from the result (#4...Junegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-02-07Fix change-header-label+change-headerJunegunn Choi
2025-02-06Fix scrolling performance when --wrap is enabledJunegunn Choi
2025-02-06Fix nth highlightingJunegunn Choi