Closed erikced closed 10 months ago
When permission errors are encountered both ripgrep and bfs print messages to stderr, but that scrambles fzf's output. Disable messages when using ripgrep, pipe stderr to /dev/null when using bfs.
stderr
/dev/null
Cool! Thanks for your contribution!
When permission errors are encountered both ripgrep and bfs print messages to
stderr
, but that scrambles fzf's output. Disable messages when using ripgrep, pipestderr
to/dev/null
when using bfs.