summaryrefslogtreecommitdiff
path: root/src/tokenizer_test.go
AgeCommit message (Expand)Author
2025-02-09Add --accept-nth option to transform the outputJunegunn Choi
2025-01-15Disallow incorrect wrapping range expression for --nthJunegunn Choi
2024-05-07Refactor the code so that fzf can be used as a library (#3769)Junegunn Choi
2019-07-19Code cleanup: remove unnecessary string conversions (#1642)Christian Muehlhaeuser
2018-03-13Make fzf pass go vetRyan Boehning
2017-07-20Avoid unconditionally storsing input as runesJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-08-11Fix --with-nth performance; use simpler regular expressionJunegunn Choi
2015-08-10Fix --with-nth performance; avoid regex if possibleJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-05Fix index out of bounds error during TransformJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi