Package Information:
Name: fpp
Use: CLI program that accepts piped input and presents files for selection. PatchPicker accepts a wide range of input — output from git commands, searches, grep result etc. PatchPicker presents a nice UI after parsing the output to select which file you are interested in. After this you can open the file in your favorite editor or execute arbitary commands.
URL: https://facebook.github.io/PathPicker/
Installation Steps:
- Open Terminal using Spotlight search by pressing
<command+space>
. Type terminal and hitEnter
key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fpp using brew
brew install fpp
fpp is ready to use now!