summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2015-11-20Merge pull request #380 from acornejo/androidJunegunn Choi
2015-11-18add android buildAlex Cornejo
2015-11-19Fix typos in help messageJunegunn Choi
2015-11-100.11.00.11.0Junegunn Choi
2015-11-10Fix compatibility issues with OR operator and inverse termsJunegunn Choi
2015-11-09Add OR operatorJunegunn Choi
2015-11-09Add execute-multi actionJunegunn Choi
2015-11-09Handle wide unicode characters in --promptJunegunn Choi
2015-11-030.10.90.10.9Junegunn Choi
2015-11-03Setup signal handlers before ncurses initializationJunegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-23Fix #391 - Strip non-printable charactersJunegunn Choi
2015-10-13Fix --bind "double-click:execute(...)" (#374)Junegunn Choi
2015-10-13Add bindable double-click event (#374)Junegunn Choi
2015-10-12[build] Link libncursesw when building 64-bit linux binaryJunegunn Choi
2015-10-090.10.80.10.8Junegunn Choi
2015-10-09Fix #370 - Panic when trying to set colors when colors are disabledJunegunn Choi
2015-10-050.10.70.10.7Junegunn Choi
2015-10-05Fix invalid interrupt handler during execute actionJunegunn Choi
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