summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
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
2015-07-16Fix #292 - Allow binding of colon and commaJunegunn Choi
2015-06-210.10.0Junegunn Choi
2015-06-21Rename --null to --read0 and undocument the optionJunegunn Choi
2015-06-19Hide --toggle-sort from --help outputJunegunn Choi
2015-06-19Rename --history-max to --history-sizeJunegunn Choi
2015-06-19Improve handling of key namesJunegunn Choi
2015-06-18More key names for --bindJunegunn Choi
2015-06-18Keep the spinner spinning even when the source stream is idleJunegunn Choi
2015-06-16Add --cycle option for cyclic scrollingJunegunn Choi
2015-06-16Add key name "bspace" for --bind (bspace != ctrl-h)Junegunn Choi
2015-06-16Allow binding CTRL-G and CTRL-QJunegunn Choi
2015-06-15Change alternative notation for execute action (#265)Junegunn Choi
2015-06-15Fix `.` to match newlines as well (#265)Junegunn Choi
2015-06-15Add alternative execute notation that does not require closing charJunegunn Choi
2015-06-15Fix test code for docker buildJunegunn Choi
2015-06-15Add synonyms for some keys to be used with --bind and --toggle-sortJunegunn Choi
2015-06-14More alternative notations for execute actionJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi