Easy steps to install fzy package on Mac
Package Information:
Application Name – fzy
What is fzy – Not Available for fzy
Use of fzy – Fast, simple fuzzy text selector with an advanced scoring algorithm
URL – https://github.com/jhawthorn/fzy
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run following command to install homebrew (brew)
- Install fzy using brew
brew install fzy
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
fzy is ready to use now!