hollasch / pathmatch

A directory/filename pattern match utility for the Windows command shell
MIT License
6 stars 3 forks source link

Add option to match against a stream/file of input paths #1

Open hollasch opened 11 years ago

hollasch commented 11 years ago

This is for the task of matching entries not from the file system, but instead from a list of entries streamed from stdin.

This would possibly use a switch like --filter, --stream, --stdin, or --input. Following convention, you could also use the simple single hyphen - as the standard option. This is a bit confusing, however, as pathmatch does not normally take a filename of patterns.

hollasch commented 6 years ago

Stubbed in with commit fd7af169578ca734fff163695be4d11c76872103.