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.go
Age
Commit message (
Expand
)
Author
2025-10-09
Rename: '--color hidden' to '--color nomatch'
Junegunn Choi
2025-10-09
Add special 'strip' style attribute for stripping colors
Junegunn Choi
2025-08-15
Use fixed-length array when possible (#4488)
Ioannis Pinakoulakis
2025-08-03
Fix '--color nth:regular' not to reset ANSI attributes of the original text
Junegunn Choi
2025-06-25
Support full-line background color in the list section
Junegunn Choi
2025-05-30
Fix ANSI attributes lost when nth:regular is set
Junegunn Choi
2025-05-30
--no-color: Keep ANSI attributes in the list
Junegunn Choi
2025-05-04
Add 'alt-bg' color for striped lines (#4370)
Junegunn Choi
2025-01-24
Option to prioritize file name matches (#4192)
Junegunn Choi
2025-01-20
Make 'current-fg' inherit from 'fg' to simplify configuration
Junegunn Choi
2025-01-16
Allow displaying --nth parts in a different text style
Junegunn Choi
2024-08-14
Support hyperlinks (OSC 8) in the main window
Junegunn Choi
2024-06-10
Fix divide by zero error with --tiebreak=end for long items
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-01-23
Fix highlighting of regions that are matched multiple times
Junegunn Choi
2023-12-26
Fix unexpected result of --tiebreak=end
Junegunn Choi
2022-11-18
Fix panic on inverse match query with `--tiebreak=chunk`
Junegunn Choi
2022-08-02
Add new tiebreak: 'chunk'
Junegunn Choi
2021-01-15
Fix typos in source code (#2322)
freddii
2020-12-04
Change how hl:-1 or hl+:-1 is applied to text with background color
Junegunn Choi
2020-10-25
Add support for text styling using --color
Junegunn Choi
2019-11-05
Improvements to code quality and readability (#1737)
Alexandr
2017-08-27
Optimize rank comparison on x86 (little-endian)
Junegunn Choi
2017-08-15
Remove special nilItem
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-02-02
Fix --tiebreak=begin with algo v2
Junegunn Choi
2017-01-08
Add --height option
Junegunn Choi
2016-11-09
Fix panic when color is disabled and header lines contain ANSI colors
Junegunn Choi
2016-11-07
Prepare for termbox/windows build
Junegunn Choi
2016-10-21
Set foreground color without affecting background
Junegunn Choi
2016-10-18
Use relative position instead of absolute distance for --tiebreak=end
Junegunn Choi
2016-09-29
Use unicode.IsSpace to cover more whitespace characters
Junegunn Choi
2016-09-29
Add support for more ANSI color attributes (#674)
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