summaryrefslogtreecommitdiffstats
path: root/src/item.go
AgeCommit message (Expand)Author
2017-08-15Remove special nilItemJunegunn Choi
2017-07-16Reduce memory footprint of Item structJunegunn Choi
2017-07-16Remove pointer indirection by changing Chunk definitionJunegunn Choi
2017-06-02Fix inconsistent tiebreak scores when --nth is usedJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14LintJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-06-14Do not process ANSI codes in --preview output at onceJunegunn Choi
2016-04-16Enhanced ranking algorithmJunegunn Choi
2016-01-14Ignore leading whitespaces when calculating 'begin' indexJunegunn Choi
2016-01-14Simplify Item structureJunegunn Choi
2016-01-13Accept comma-separated list of sort criteriaJunegunn Choi
2015-11-10Fix compatibility issues with OR operator and inverse termsJunegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-08-28Should not strip ANSI codes when --ansi is not setJunegunn Choi
2015-08-26Fix #329 - Trim ANSI codes from output when --ansi & --with-nth are setJunegunn Choi
2015-08-02GoLintJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-08-01Only consider the lengths of the relevant parts when --nth is setJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-03Color customization (#245)Junegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-04-16Add --tiebreak option for customizing sort criteriaJunegunn Choi
2015-03-29Retain ANSI background colorJunegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix race conditionsJunegunn Choi
2015-01-11Fix Transform result cache to speed up subsequent searchesJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-09Reduce memory footprintJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi