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
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