Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worldmaker/tokdiff
Tokenizer-based character diff tool
https://github.com/worldmaker/tokdiff
Last synced: 25 days ago
JSON representation
Tokenizer-based character diff tool
- Host: GitHub
- URL: https://github.com/worldmaker/tokdiff
- Owner: WorldMaker
- Created: 2015-03-04T04:13:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-09T15:52:15.000Z (about 9 years ago)
- Last Synced: 2024-10-27T21:31:02.111Z (2 months ago)
- Language: Python
- Size: 184 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tokdiff
Tokenizer-based character diff toolUses [Pygments](http://pygments.org) and [google-diff-match-patch](http://code.google.com/p/google-diff-match-patch/)
to quickly build partially semantic, character-based diffs.## History/Documentation (Blog Posts)
- [Further Adventures with Token Stream Diffs](http://blog.worldmaker.net/2010/jan/05/further-adventures-token-stream-diffs/)
- [Token Stream Diffs using Pygments](http://blog.worldmaker.net/2009/aug/16/token-stream-diffs-using-pygments/)