summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-04-06Disable bracketed paste mode on exitJunegunn Choi
2025-04-06Deploying to master from @ junegunn/fzf@e15cba0c8c7c9dd3388d260cf5b5de7fc044d...junegunn
2025-03-300.61.0Junegunn 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-28Bump github.com/charlievieth/fastwalk from 1.0.9 to 1.0.10 (#4307)dependabot[bot]
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-23Deploying to master from @ junegunn/fzf@29cf28d8455c4c749694e65cc36b3ea71db26...junegunn
2025-03-22Suppress 'change' event during bracketed paste modeJunegunn Choi
2025-03-20Prevent start:track-current from being disabledJunegunn Choi
2025-03-17[bash] Fix $FZF_COMPLETION_{DIR,PATH}_OPTS to support non-trivial argumentsJunegunn Choi
2025-03-17[vim] Use 24-bit colors on gvim even when &termguicolors is offJunegunn Choi
2025-03-16Deploying to master from @ junegunn/fzf@f92f9f137a7a222465892f30776db48a7ecc8...junegunn
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-10Add .idea to .gitignoreJunegunn Choi
2025-03-09Deploying to master from @ junegunn/fzf@26bcd0c90d4c77938d2011f994d943e531322...junegunn
2025-03-04README: Sponsors :heart:Junegunn Choi
2025-03-04Update READMEJunegunn Choi
2025-03-030.60.3Junegunn Choi
2025-03-03[windows] Prevent fzf from consuming user input while pausedJunegunn Choi
2025-03-02Deploying to master from @ junegunn/fzf@3ba82b6d87348b119f9a7fd168ad8a597a18b...junegunn
2025-02-27Make truncateQuery fasterJunegunn Choi
2025-02-27Update READMEJunegunn 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-26[fish] Enable multiple history commands insertion (#4280)bitraid
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-230.60.2Junegunn Choi
2025-02-23Add support for {n} in --with-nth and --accept-nth templatesJunegunn Choi
2025-02-23Deploying to master from @ junegunn/fzf@b89c77ec9a1931ec1eea9d57afe5321045fea...junegunn
2025-02-22Mention that actions after accept or abort are ignored (#4271)Junegunn Choi
2025-02-22Explain the difference of template from a single field index expressionJunegunn Choi
2025-02-22Fix 'jump' when pointer is emptyJunegunn Choi
2025-02-21Don't trim last field when delimiter is regex (#4266)phanium