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
/
chars.go
Age
Commit message (
Expand
)
Author
2025-06-24
with-nth: Do not trim trailing whitespaces with background colors
Junegunn Choi
2025-03-16
Fix wrapping of the list section
Junegunn Choi
2025-02-26
Trim trailing whitespaces after processing ANSI sequences
Junegunn Choi
2025-02-12
Make --accept-nth and --with-nth support templates
Junegunn Choi
2025-02-09
Add --accept-nth option to transform the output
Junegunn Choi
2024-11-12
Fix incorrect overflow detection when --wrap is set
Junegunn Choi
2024-06-25
Add --wrap option and 'toggle-wrap' action (#3887)
Junegunn Choi
2024-05-27
Different marker for the first and last line of multi-line entries
Junegunn Choi
2024-05-20
Implement multi-line display of multi-line items
Junegunn Choi
2024-04-14
Improve search performance by limiting the search scope
Junegunn Choi
2024-04-02
Further performance improvements by removing unnecessary copies
Junegunn Choi
2020-03-01
Fix prefix/suffix/equal matcher to trim whitespaces
Junegunn Choi
2019-11-12
Remove trailing whitespaces when using --with-nth
Junegunn Choi
2019-07-19
Code cleanup (#1640)
Christian Muehlhaeuser
2019-03-07
Always prepend ANSI reset code before re-assembling tokens
Junegunn Choi
2019-03-06
Preserve the original color of each token when using --with-nth with --ansi
Junegunn Choi
2018-03-13
Make fzf pass go vet
Ryan Boehning
2017-08-26
Minor refactorings
Junegunn Choi
2017-08-01
Modify loop conditions in checkAscii function
Junegunn Choi
2017-07-30
Optimize fuzzy search performance for ASCII strings
Junegunn Choi
2017-07-20
Avoid unconditionally storsing input as runes
Junegunn Choi
2017-07-18
Speed up initial scanning with bitwise AND operation
Junegunn Choi
2017-07-16
Reduce memory footprint of Item struct
Junegunn Choi
2016-09-29
Use unicode.IsSpace to cover more whitespace characters
Junegunn Choi
2016-08-14
[perf] Remove memory copy when using string delimiter
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