summaryrefslogtreecommitdiff
path: root/src/util/util.go
AgeCommit message (Expand)Author
2025-06-10Add footerJunegunn Choi
2024-06-22Make transform*, --info-command, and execute-silent cancellableJunegunn 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-04-13Export $FZF_KEY environment variable to child processesJunegunn Choi
2024-01-27junegunn/uniseg -> rivo/unisegJunegunn Choi
2024-01-21Change mattn/go-runewidth dependency to rivo/uniseg for accurate resultsJunegunn Choi
2024-01-14Remove 'replace' directive for 'go install' compatibilityJunegunn Choi
2023-03-25Render CR and LF as ␍ and ␊Junegunn Choi
2022-11-10Add --separator to customize the info separatorJunegunn Choi
2022-03-29Add --ellipsis=.. optionJunegunn Choi
2021-12-22Fix rendering of the prompt line when overflow occurs with `--info=inline`Junegunn Choi
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
2019-12-09Defer resetting multi-selection on reloadJunegunn Choi
2018-04-12Do not print non-displayable charactersJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-01-09Make util.RuneWidth return 1 for non-displayable charactersJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14[perf] evaluateBonus can start from sidx - 1Junegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-03-02Add --hscroll-off=COL optionJunegunn Choi
2016-02-07Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)Junegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-08-02GoLintJunegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-04-16Add --no-hscroll option to disable horizontal scrollJunegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi