fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit d3754b5f630767be62a89acda6fb22b5a74754f6
parent a439f842cd3ca29f1b4f9726e4c1da3e04334f58
Author: Scott Stevenson <scott@stevenson.io>
Date:   Sun, 22 Oct 2017 11:19:15 +0100

Don't instruct to run Homebrew as root

This is not supported:

    $ sudo brew install fzy
    Error: Running Homebrew as root is extremely dangerous and no longer supported.
    As Homebrew does not drop privileges on installation you would be giving all
    build scripts full access to your system.

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -45,7 +45,7 @@ the default is `/usr/local`. Using Homebrew - sudo brew install fzy + brew install fzy Using MacPorts