mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-21 20:35:11 +00:00
Include symlinks in the result
This commit is contained in:
parent
2bf54a0a57
commit
9efb663f38
2
fzf
2
fzf
@ -136,7 +136,7 @@ C.init_pair 5, C::COLOR_CYAN, C::COLOR_BLACK
|
||||
@read =
|
||||
if $stdin.tty?
|
||||
if !`which find`.empty?
|
||||
IO.popen("find * -path '*/\\.*' -prune -o -type f -print 2> /dev/null")
|
||||
IO.popen("find * -path '*/\\.*' -prune -o -type f -print -o -type l -print 2> /dev/null")
|
||||
else
|
||||
exit 1
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user