Diff Match Patch is a high-performance library in multiple languages that manipulates plain text.
-
Updated
Jun 24, 2020 - Python
pwd
/Users/timothee/
ls
temp/ # which may contain important stuff
after running
nim c -r /pathto/glob/tests.nim
./temp will be deleted
there's gotta be a better way; I'd suggest every temp stuff created shall go under os.getTempDir()/"glob"
Add a description, image, and links to the match topic page so that developers can more easily learn about it.
To associate your repository with the match topic, visit your repo's landing page and select "manage topics."
It would be really great if the README made it clear that this package requires git to be on the path as well as carrying the "experimental" and "doesn't work on Windows" warnings which are shown on github. This would help make sure that devs who discover the package on www.npmjs.org are aware of these limitations before they spend time trying to try out the package.
Thanks.