This ends up reading files into node.js and then running a command like grep but implemented in JS. I love the concept but isn’t this incredibly slow compared to native cli tools? Building everything in JS on top of just readFile and writeFile interfaces seems pretty limited in what you can do for performance.
cramforce|4 days ago
[Disclaimer: I made the thing]
simonw|5 days ago
tcdent|5 days ago