summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2015-12-29[bash/zsh-completion] List hidden files as wellJunegunn Choi
2015-12-20Fix Travis CI buildJunegunn Choi
2015-11-30Add --tabstop optionJunegunn Choi
2015-11-30Fix test failure - use absolute pathJunegunn Choi
2015-11-10Fix compatibility issues with OR operator and inverse termsJunegunn Choi
2015-11-09Add execute-multi actionJunegunn Choi
2015-11-08[shell] Add FZF_ALT_C_COMMAND for ALT-C (#408)Junegunn Choi
2015-11-03Make --extended defaultJunegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn 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-12Fix #344 - Backward scan when `--tiebreak=end`Junegunn Choi
2015-08-28Should not strip ANSI codes when --ansi is not setJunegunn Choi
2015-08-26Add failing test case for #329Junegunn Choi
2015-08-01Only consider the lengths of the relevant parts when --nth is setJunegunn Choi
2015-07-28Do not proceed if $TERM is invalidJunegunn Choi
2015-07-26Add --margin optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn 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-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-13Fix travis CI buildJunegunn Choi
2015-06-26[shell] Add FZF_CTRL_T_COMMAND for CTRL-TJunegunn Choi
2015-06-21Rename --null to --read0 and undocument the optionJunegunn Choi
2015-06-19Rename --history-max to --history-sizeJunegunn Choi
2015-06-18Avoid intermittent test failuresJunegunn Choi
2015-06-16Add --cycle option for cyclic scrollingJunegunn Choi
2015-06-15Change alternative notation for execute action (#265)Junegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Test refactoringJunegunn Choi
2015-06-14Fix Travis CI buildJunegunn Choi
2015-06-14Add support for search historyJunegunn Choi
2015-06-09Add actions for --bind: select-all / deselect-all / toggle-allJunegunn Choi
2015-06-08Add test case for --null optionJunegunn Choi
2015-06-03Fix #248 - Premature termination of Reader on long inputJunegunn Choi
2015-05-21More test cases for --bindJunegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-05-20Minor tweak in test caseJunegunn Choi
2015-05-12[zsh-completion] Respect backslash-escaped spaces (#230)Junegunn Choi
2015-05-10[test] Make sure to kill background processJunegunn Choi
2015-05-10Fix test casesJunegunn Choi
2015-05-10Dump screen content on test failureJunegunn Choi
2015-05-10[zsh-completion] Temporarily set nonomatch (#230)Junegunn Choi
2015-05-10[zsh-completion] Fix `~USERNAME**` (#230)Junegunn Choi
2015-05-09[zsh-completion] Completion for unknown commandsJunegunn Choi
2015-05-09Fix Travis CI buildJunegunn Choi
2015-05-09Fuzzy completion for zsh (#227)Junegunn Choi