You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
fzf/src
Junegunn Choi 85a75ee035
Revert default command: find with -fstype required
In #1061 we changed the default command to retry with a simpler find
command with fewer arguments if the first find command failed. This was
to support stripped-down verions of find that do not support -fstype
argument.

However, this caused an unwanted side-effect of yielding duplicate
entries when the first command failed after producing some lines.

We revert the change in this commit, so the default command will not
work with find without -fstype support. But we now print better error
message in that case so that the user can set up a working
$FZF_DEFAULT_COMMAND.

Close #1120 #1167
7 years ago
..
algo Remove an unnecessary code branch 7 years ago
tui Clean up renderer code 7 years ago
util Fix compilation error of Windows binary 7 years ago
LICENSE 0.16.3 8 years ago
ansi.go Minor refactorings 7 years ago
ansi_test.go Update ANSI processor to handle more VT-100 escape sequences 8 years ago
cache.go Consolidate Result and rank structs 7 years ago
cache_test.go Remove special nilItem 7 years ago
chunklist.go Remove count field from ChunkList 7 years ago
chunklist_test.go Remove count field from ChunkList 7 years ago
constants.go Revert default command: find with -fstype required 7 years ago
core.go Ignore EvtReadNew if EvtReadFin is already set 7 years ago
history.go Lint 9 years ago
history_test.go Implement tcell-based renderer 8 years ago
item.go Remove special nilItem 7 years ago
item_test.go Micro-optimizations 8 years ago
matcher.go Consolidate Result and rank structs 7 years ago
merger.go Remove special nilItem 7 years ago
merger_test.go Further reduce unnecessary rune array conversion 7 years ago
options.go Do not immediately check --height option on Windows (#1082) 7 years ago
options_test.go Make --expect additive 7 years ago
pattern.go Pass util.Chars by pointer 7 years ago
pattern_test.go Pass util.Chars by pointer 7 years ago
reader.go Update FZF_DEFAULT_COMMAND 7 years ago
reader_test.go Update FZF_DEFAULT_COMMAND 7 years ago
result.go Optimize rank comparison on x86 (little-endian) 7 years ago
result_others.go Optimize rank comparison on x86 (little-endian) 7 years ago
result_test.go Optimize rank comparison on x86 (little-endian) 7 years ago
result_x86.go Optimize rank comparison on x86 (little-endian) 7 years ago
terminal.go Revert default command: find with -fstype required 7 years ago
terminal_test.go Fix ExecCommandWith for cmd.exe in Windows (#1072) 7 years ago
terminal_unix.go Support CTRL-Z (SIGSTOP) 7 years ago
terminal_windows.go Support CTRL-Z (SIGSTOP) 7 years ago
tokenizer.go Minor refactorings 7 years ago
tokenizer_test.go Avoid unconditionally storsing input as runes 7 years ago
update_assets.rb Update release script to upload assets in parallel 8 years ago