index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util
/
util.go
Age
Commit message (
Expand
)
Author
2024-06-22
Make transform*, --info-command, and execute-silent cancellable
Junegunn Choi
2024-05-23
execute: Open separate handles to /dev/tty (in, out, err)
Junegunn Choi
2024-05-23
Use MSYS=enable_pcon instead of winpty on mintty 3.4.5 or later
Junegunn Choi
2024-05-20
Use winpty to launch fzf in Git bash (mintty)
Junegunn Choi
2024-04-13
Export $FZF_KEY environment variable to child processes
Junegunn Choi
2024-01-27
junegunn/uniseg -> rivo/uniseg
Junegunn Choi
2024-01-21
Change mattn/go-runewidth dependency to rivo/uniseg for accurate results
Junegunn Choi
2024-01-14
Remove 'replace' directive for 'go install' compatibility
Junegunn Choi
2023-03-25
Render CR and LF as ␍ and ␊
Junegunn Choi
2022-11-10
Add --separator to customize the info separator
Junegunn Choi
2022-03-29
Add --ellipsis=.. option
Junegunn Choi
2021-12-22
Fix 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-01
Fix bug where `--read0` not properly displaying long lines
Junegunn Choi
2021-05-14
Replace RuneWidth to StringWidth to handle grapheme clusters
Junegunn Choi
2019-12-09
Defer resetting multi-selection on reload
Junegunn Choi
2018-04-12
Do not print non-displayable characters
Junegunn Choi
2017-06-01
Use glide to handle go dependencies
Edgar Lee
2017-01-09
Make util.RuneWidth return 1 for non-displayable characters
Junegunn Choi
2017-01-08
Add --height option
Junegunn Choi
2016-11-07
Prepare for termbox/windows build
Junegunn Choi
2016-09-18
Revise ranking algorithm
Junegunn Choi
2016-08-19
Micro-optimizations
Junegunn Choi
2016-08-14
[perf] evaluateBonus can start from sidx - 1
Junegunn Choi
2016-08-14
[perf] Optimize AWK-style tokenizer for --nth
Junegunn Choi
2016-08-14
[perf] Avoid allocating rune array for ascii string
Junegunn Choi
2016-03-02
Add --hscroll-off=COL option
Junegunn Choi
2016-02-07
Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)
Junegunn Choi
2015-10-02
Use trimmed length when --nth is used with --tiebreak=length
Junegunn Choi
2015-08-02
GoLint
Junegunn Choi
2015-08-02
Performance fix - unnecessary rune convertion on --ansi
Junegunn Choi
2015-08-02
Performance tuning - eager rune array conversion
Junegunn Choi
2015-04-17
Improvements in performance and memory usage
Junegunn Choi
2015-04-16
Add --no-hscroll option to disable horizontal scroll
Junegunn Choi
2015-03-29
Implement --expect option to support simple key bindings (#163)
Junegunn Choi
2015-03-19
Add support for ANSI color codes
Junegunn Choi
2015-01-12
Reorganize source code
Junegunn Choi