summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-09-22Use build tags to enable static linkingJunegunn Choi
2015-09-20Build linux binary on CentosJunegunn Choi
2015-09-19Revert "Revert "0.10.6""Junegunn Choi
2015-09-19Revert "0.10.6"Junegunn Choi
2015-09-190.10.6Junegunn Choi
2015-09-19Build partially-static binary for linux (#350)Junegunn Choi
2015-09-18Exit status 130 when fzf is terminated by the userJunegunn Choi
2015-09-15Replace --header-file with --header (#346)Junegunn Choi
2015-09-15Change exit status (0: OK, 1: No match, 2: Error/Interrupted)Junegunn Choi
2015-09-120.10.5Junegunn Choi
2015-09-12Fix #344 - Backward scan when `--tiebreak=end`Junegunn Choi
2015-09-12Make it possible to unquote the term in extended-exact modeJunegunn Choi
2015-08-290.10.40.10.4Junegunn Choi
2015-08-28Should not strip ANSI codes when --ansi is not setJunegunn Choi
2015-08-27Fix build scriptJunegunn Choi
2015-08-27make linux-static (#322)Junegunn Choi
2015-08-26Fix #329 - Trim ANSI codes from output when --ansi & --with-nth are setJunegunn Choi
2015-08-120.10.30.10.3Junegunn 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-030.10.20.10.2Junegunn Choi
2015-08-03Fix race conditionJunegunn Choi
2015-08-02GoLintJunegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-08-02LintJunegunn Choi
2015-08-01Only consider the lengths of the relevant parts when --nth is setJunegunn Choi
2015-08-01Fix default command so that it doesn't fail on dash-prefixed filesJunegunn Choi
2015-07-28Do not proceed if $TERM is invalidJunegunn Choi
2015-07-270.10.10.10.1Junegunn Choi
2015-07-27Fix mouse scroll when --margin is setJunegunn Choi
2015-07-27Revert "0.10.1"Junegunn Choi
2015-07-260.10.1Junegunn Choi
2015-07-26Add --margin optionJunegunn Choi
2015-07-26Do not print the entire --help on invalid optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-23Bind CTRL-D to the new delete-char/eof actionJunegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
2015-07-22Remove cbreak before rawJunegunn Choi
2015-07-22Fix --header-lines unaffected by --with-nthJunegunn Choi
2015-07-22Fix header not shown when the lines go beyond the screen limitJunegunn Choi
2015-07-22Fix ANSI processor to handle multi-line regionsJunegunn Choi
2015-07-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-07-22Adjust header color for dark color schemeJunegunn Choi
2015-07-22Update documentationJunegunn Choi
2015-07-22Redraw of header on resizeJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-07-18Show more specific error message on invalid bindingJunegunn Choi