What is the version, OS, architecture?
fd version 7.1.0
the fuzzy finder peco version v0.5.3 (built with go1.10),
OpenSUSE 15.0, 64 bit
Abstract
In bash or zsh, ONLY in the root dir /, the command
has to be aborted for the terminal to accept input again after hitting enter.
Discussion
In bash or zsh, in the root dir /, type
search for a term, such as bin, and hit enter.
Expected: the selected term appears in the terminal.
What happens instead: The terminal is inaccessible and the command fd has to be aborted by Ctrl+C.
This does not happen for other grep tools, such as ag or rg. It ONLY occurs for fd and ONLY in the root dir /.
The command peco quit, but fd is still running, consuming nearly 100 % of available CPU time.
See peco/peco#464
What is the version, OS, architecture?
fd version 7.1.0
the fuzzy finder peco version v0.5.3 (built with go1.10),
OpenSUSE 15.0, 64 bit
Abstract
In bash or zsh, ONLY in the root dir
/, the commandhas to be aborted for the terminal to accept input again after hitting enter.
Discussion
In bash or zsh, in the root dir
/, typesearch for a term, such as
bin, and hit enter.Expected: the selected term appears in the terminal.
What happens instead: The terminal is inaccessible and the command
fdhas to be aborted byCtrl+C.This does not happen for other grep tools, such as
agorrg. It ONLY occurs forfdand ONLY in the root dir/.The command
pecoquit, butfdis still running, consuming nearly 100 % of available CPU time.See peco/peco#464