facebook / PathPicker

PathPicker accepts a wide range of input -- output from git commands, grep results, searches -- pretty much anything. After parsing the input, PathPicker presents you with a nice UI to select which files you're interested in. After that you can open them in your favorite editor or execute arbitrary commands.
https://facebook.github.io/PathPicker/
MIT License
5.12k stars 282 forks source link

Add support for the `micro` text editor #397

Closed JonathanAquino closed 3 years ago

JonathanAquino commented 3 years ago

This PR simply adds support for the micro text editor. This is a less well known editor that is growing in popularity. It takes the same input arguments as vi, emacs, etc.

KapJI commented 3 years ago

Thanks!