index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
result_test.go
Age
Commit message (
Expand
)
Author
2025-10-09
Add special 'strip' style attribute for stripping colors
Junegunn Choi
2025-05-30
Fix ANSI attributes lost when nth:regular is set
Junegunn Choi
2025-05-04
Add 'alt-bg' color for striped lines (#4370)
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2024-08-14
Add support for hyperlinks in preview window
Junegunn Choi
2024-01-23
Fix highlighting of regions that are matched multiple times
Junegunn Choi
2022-08-02
Add new tiebreak: 'chunk'
Junegunn Choi
2022-03-29
Modernize build tags
Junegunn Choi
2021-02-28
Check gofmt in `make test`
Junegunn Choi
2020-11-25
Fix unit tests
Junegunn Choi
2020-10-25
Add support for text styling using --color
Junegunn Choi
2017-08-27
Optimize rank comparison on x86 (little-endian)
Junegunn Choi
2017-07-18
Consolidate Result and rank structs
Junegunn Choi
2017-07-16
Reduce memory footprint of Item struct
Junegunn Choi
2017-06-02
Fix inconsistent tiebreak scores when --nth is used
Junegunn Choi
2017-01-08
Add --height option
Junegunn Choi
2016-11-07
Implement tcell-based renderer
Michael Kelley
2016-11-07
Prepare for termbox/windows build
Junegunn Choi
2016-10-21
Set foreground color without affecting background
Junegunn Choi
2016-09-29
Fix failing unit tests on ANSI attributes
Junegunn Choi
2016-09-18
Revise ranking algorithm
Junegunn Choi
2016-08-20
Remove Offset slice from Result struct
Junegunn Choi
2016-08-19
Add missing sources
Junegunn Choi