summaryrefslogtreecommitdiffstats
path: root/src/util
AgeCommit message (Expand)Author
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.10.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
2021-05-14Replace RuneWidth to StringWidth to handle grapheme clustersJunegunn Choi
2020-03-30Update AtomicBool to use atomic memory operation (#1939)Alexandr
2020-03-01Fix prefix/suffix/equal matcher to trim whitespacesJunegunn Choi
2019-12-09Defer resetting multi-selection on reloadJunegunn Choi
2019-11-12Remove trailing whitespaces when using --with-nthJunegunn Choi
2019-07-19Code cleanup (#1640)Christian Muehlhaeuser
2019-03-07Always prepend ANSI reset code before re-assembling tokensJunegunn Choi
2019-03-06Preserve the original color of each token when using --with-nth with --ansiJunegunn Choi
2018-10-070.17.50.17.5Junegunn Choi
2018-09-28Kill running preview process after 500ms when focus has changedJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi