make urifind input/output streamable#2
Conversation
This makes it suitable for 'tail -f log | urifind', etc.
|
This is a good idea, but the sort options can't go away. |
Because those options require having all URIs in one array that can be sorted at the end. The streaming patch makes urifind print found URIs immediately, without accumulating them. I thought the sort options weren't essential because you can restore the old behavior using |
|
Ok, you've convinced me the features are redundant with sort and streaming is more important. As a sop to backwards compatibility, would you add error messages if |
No description provided.