Why Pipe when you can Pick?
82 |86 | brew update; brew install fpp; fpp 87 | 96 |
97 |114 | PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. 115 |
116 |117 | After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that 118 | you can open them in your favorite editor or execute arbitrary commands. 119 |
120 | 121 |136 | Besides opening files in your editor, PathPicker also allows you to execute arbitrary commands with the selected 137 | files. 138 |
139 |140 | You can use your selection to add files to version control, change permissions, scp, delete -- pretty much 141 | whatever you want! 142 |
143 | More on GitHub 144 |