FindPlusPlus icon indicating copy to clipboard operation
FindPlusPlus copied to clipboard

Add support for calling external command

Open twolfson opened this issue 9 years ago • 0 comments

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

twolfson avatar Jan 04 '16 07:01 twolfson