summaryrefslogtreecommitdiffstats
path: root/src/core.go
AgeCommit message (Expand)Author
2015-04-16Add visual indication of --toggle-sortJunegunn Choi
2015-04-16Add --tiebreak option for customizing sort criteriaJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-31Fix #172 - Print empty line when fzf with expect finished by -1 or -0Junegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-03-01Make --filter non-blocking when --no-sort (#132)Junegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-02-18Fix race condition in asynchronous -1 and -0Junegunn Choi
2015-02-18Make --select-1 and --exit-0 asynchronousJunegunn Choi
2015-02-13Add `--sync` optionJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Fix race conditionsJunegunn Choi
2015-01-11Update src/README.md and package commentJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-09Reduce memory footprintJunegunn Choi
2015-01-08Adjust initial coordinator delayJunegunn Choi
2015-01-04Remove race conditions when accessing the last chunkJunegunn Choi
2015-01-04Remove unnecessary delay on non/defered interactive modeJunegunn Choi
2015-01-04Fix exit conditions of --select-1 and --exit-0Junegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi