Get choose-gui installed on Mac using Brew
Package Information:
Name: choose-gui
Use: Fuzzy matcher that uses std{in,out} and a native GUI
URL: https://github.com/sdegutis/choose
Installation Steps:
- Open Terminal on your Mac.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install choose-gui using brew
brew install choose-gui
choose-gui is ready to use now!