FindPlusPlus
FindPlusPlus copied to clipboard
Add support for calling external command
It would be awesome to add support for running commands like git ls-files
. Unfortunately, this is much easier said than done. We have a proof of concept working but it's got lots of edge cases (e.g. delimiter, resolving paths, passing arguments):
https://github.com/twolfson/FindPlusPlus/compare/dev/add.command.support