summaryrefslogtreecommitdiff
path: root/src/util
AgeCommit message (Expand)Author
2025-11-08Use SIGTERM instead of SIGKILL for preview processv0.66.0-customJulian Hurst
2025-06-24with-nth: Do not trim trailing whitespaces with background colorsJunegunn Choi
2025-06-21Terminate running background transform on exitJunegunn Choi
2025-06-10Add footerJunegunn Choi
2025-03-16Fix wrapping of the list sectionJunegunn Choi
2025-03-11Change 'interface{}' to 'any' (#4308)Gabriel Marin
2025-02-26Trim trailing whitespaces after processing ANSI sequencesJunegunn Choi
2025-02-12Make --accept-nth and --with-nth support templatesJunegunn Choi
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2024-11-12Fix incorrect overflow detection when --wrap is setJunegunn Choi
2024-06-25Add --wrap option and 'toggle-wrap' action (#3887)Junegunn Choi
2024-06-22Make transform*, --info-command, and execute-silent cancellableJunegunn Choi
2024-05-27Different marker for the first and last line of multi-line entriesJunegunn 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-20Use winpty to launch fzf in Git bash (mintty)Junegunn Choi
2024-05-20Implement multi-line display of multi-line itemsJunegunn Choi
2024-05-18chore: use strings.ReplaceAll (#3801)Zhizhen He
2024-05-140.52.1Junegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2024-05-06Do not enable delayed expansion mode when running cmd.exeJunegunn Choi
2024-04-28Escaping for cmd.exe: always use double quotesJunegunn Choi
2024-04-28Fix escaping for cmd.exeJunegunn Choi
2024-04-28Determine shell type once by the basenameJunegunn Choi
2024-04-28Restore CmdLine parameter when running commands using cmd.exeJunegunn Choi
2024-04-27Add --with-shell for shelling out with different command and flags (#3746)Junegunn Choi
2024-04-14Improve search performance by limiting the search scopeJunegunn Choi
2024-04-13Enable profiling options when 'pprof' tag is set (#2813)Charlie Vieth
2024-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-04-02Further performance improvements by removing unnecessary copiesJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-19Handle ambiguous emoji widthJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2023-09-01Fix center-alignment of border/preview labelJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2023-02-23Add spell check workflow (#3183)Zhizhen He
2023-02-15become: Set stdin to /dev/ttyJunegunn Choi
2023-01-23Make test case pass on 32-bit platformsJunegunn Choi
2022-11-27Add more util tests (#3062)OHZEKI Naoki
2022-11-23test(eventbox): remove obsolete EvtClose const (#3059)Bruno Heridet
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2022-03-29Modernize build tagsJunegunn Choi
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
2021-11-02Fix powershell escapingRashil Gandhi
2021-10-25Cache cygpath resultJunegunn Choi
2021-10-23Respect SHELL env var on Windows (#2641)Rashil Gandhi
2021-10-03[tests] Add testing of keyboard events in FullscreenRenderer.GetChar()Vlastimil Ovčáčík
2021-06-01Fix bug where `--read0` not properly displaying long linesJunegunn Choi