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:

  1. Open Terminal on your Mac.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install choose-gui using brew
    brew install choose-gui

choose-gui is ready to use now!