index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tokenizer.go
Age
Commit message (
Expand
)
Author
2025-02-21
Don't trim last field when delimiter is regex (#4266)
phanium
2025-02-12
Allow suffix match on --nth with custom --delimiter
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
2025-01-26
Make click-header export $FZF_CLICK_HEADER_{NTH,WORD}
Junegunn Choi
2025-01-16
Do not apply nth style when the whole range is covered
Junegunn Choi
2025-01-16
Export the current nth value as $FZF_NTH
Junegunn Choi
2025-01-15
Disallow incorrect wrapping range expression for --nth
Junegunn Choi
2024-05-07
Refactor the code to remove global variables
Junegunn Choi
2024-04-02
Further performance improvements by removing unnecessary copies
Junegunn Choi
2022-07-21
Fix delimiter regex to properly support caret (^)
Junegunn Choi
2021-01-15
Fix typos in source code (#2322)
freddii
2019-07-19
Code cleanup (#1640)
Christian Muehlhaeuser
2018-03-13
Make fzf pass go vet
Ryan Boehning
2017-08-26
Minor refactorings
Junegunn Choi
2017-07-20
Avoid unconditionally storsing input as runes
Junegunn Choi
2017-06-02
Fix inconsistent tiebreak scores when --nth is used
Junegunn Choi
2016-08-19
Micro-optimizations
Junegunn Choi
2016-08-18
Remove duplicate code
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
2015-10-02
Use trimmed length when --nth is used with --tiebreak=length
Junegunn Choi
2015-08-11
Fix --with-nth performance; use simpler regular expression
Junegunn Choi
2015-08-10
Fix --with-nth performance; avoid regex if possible
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-01-23
Nullify --nth option when it's irrelevant
Junegunn Choi
2015-01-12
Reorganize source code
Junegunn Choi
2015-01-12
Lint
Junegunn Choi
2015-01-09
Minor refactoring
Junegunn Choi
2015-01-05
Fix index out of bounds error during Transform
Junegunn Choi
2015-01-04
Rewrite fzf in Go
Junegunn Choi