Commit Graph

97 Commits (85ef3263fcfe578aecdac2aecd6c949fed921a7f)

Author SHA1 Message Date
Junegunn Choi b00bcf506e Fix #248 - Premature termination of Reader on long input 9 years ago
Junegunn Choi 8f99f8fcc6 More test cases for --bind 9 years ago
Junegunn Choi 1592bedbe8 Custom key binding support (#238) 9 years ago
Junegunn Choi c511b45ff6 Minor tweak in test case
It may take long for find command to spot the temporary file created on
the home directory
9 years ago
Junegunn Choi 26d2af5ee8 [zsh-completion] Respect backslash-escaped spaces (#230) 10 years ago
Junegunn Choi 732f133940 [test] Make sure to kill background process 10 years ago
Junegunn Choi 5dc4df9570 Fix test cases 10 years ago
Junegunn Choi 683abb86ef Dump screen content on test failure 10 years ago
Junegunn Choi 207aa07891 [zsh-completion] Temporarily set nonomatch (#230)
No error on ~INVALID_USERNAME**<TAB>
10 years ago
Junegunn Choi 26a141c6a6 [zsh-completion] Fix `~USERNAME**` (#230) 10 years ago
Junegunn Choi dc64568c83 [zsh-completion] Completion for unknown commands 10 years ago
Junegunn Choi f4a595eedd Fix Travis CI build 10 years ago
Junegunn Choi 2b8e445321 Fuzzy completion for zsh (#227) 10 years ago
Junegunn Choi 4b7c571575 Fix race condition in test case 10 years ago
Junegunn Choi 5502b68a1d Test refactoring 10 years ago
Junegunn Choi 5794fd42df Fix test code 10 years ago
Junegunn Choi edb5ab5622 Update test cases for #203 10 years ago
Junegunn Choi e82eb27787 Smart-case for each term in extended-search mode
Close #208
10 years ago
Junegunn Choi 3f0e6a5806 Fix #209 - Invalid mutation of input on case conversion 10 years ago
Junegunn Choi cc67d2e1cf Test case for visual indicator of --toggle sort (#194) 10 years ago
Junegunn Choi b8904a8c3e Add --tiebreak option for customizing sort criteria
Close #191
10 years ago
Junegunn Choi b882de87ab Fix Travis CI build 10 years ago
Junegunn Choi 3a9d1df026 Fix unicode test case 10 years ago
Junegunn Choi 5c25984ea0 Fix Unicode case handling (#186) 10 years ago
Junegunn Choi 91fc6c984b Fix fuzzy completion test 10 years ago
Junegunn Choi 50292adacb Implement --toggle-sort option (#173) 10 years ago
Junegunn Choi 84a7499ae3 Fix #172 - Print empty line when fzf with expect finished by -1 or -0 10 years ago
Junegunn Choi 2a167aa030 Implement --expect option to support simple key bindings (#163) 10 years ago
Junegunn Choi 9cfecf7f0b Fix test failure 10 years ago
Junegunn Choi 87c71a3ea6 Increase timeout in test cases 10 years ago
Junegunn Choi 55828f389a Add test case for 7e2c18a 10 years ago
Junegunn Choi 79c147ed78 Fix #135 - Directory completion to append / 10 years ago
Junegunn Choi 4d2d18649c Add basic test cases for shell extensions (#83)
- Key bindings for bash, zsh, and fish
- Fuzzy completion for bash (file, dir, process)
10 years ago
Junegunn Choi c1aa5c5f33 Add --tac option and reverse display order of --no-sort
DISCLAIMER: This is a backward incompatible change
10 years ago
Junegunn Choi 5667667d1f Add test case for --sync option 10 years ago
Junegunn Choi f5b034095a Fix race condition in asynchronous -1 and -0 10 years ago
Junegunn Choi e6a0de4094 Fix Travis CI build 10 years ago
Junegunn Choi 448132c46c Fix error when --query contains wide-length characters 10 years ago
Junegunn Choi 1476fc7f3b Refactor test code 10 years ago
Junegunn Choi 4dcc0f10b8 Fix Travis CI build by ignoring trailing empty lines
😭
10 years ago
Junegunn Choi 3d39ab5ded Fix flaky tests 10 years ago
Junegunn Choi c3a198d0c7 Add test cases for --select-1 and --exit-0 10 years ago
Junegunn Choi be5c17612a Add basic test case for --reverse 10 years ago
Junegunn Choi 4c3ae847b6 Add test case for --with-nth + --multi 10 years ago
Junegunn Choi 5c0dc79ffa Print selected items in the order they are selected 10 years ago
Junegunn Choi c0b432f7b4 Fix Travis-CI build 10 years ago
Junegunn Choi ae3180f919 Fix CTRL-Y key binding
With tmux-based test cases
10 years ago