SoptikHa2 / diffeek

Mime-type aware diff

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Diffeek

Mime-aware diff, semestral work for Programming and algorithms II. at FIT CTU.

Supports text, PPM images, directories, and binary files. Outputs in graphical patch output, or diff-compatible patchfiles. Tries to find the best (and smallest) diff by default, utilizing levenshtein algorithm. One can override given precision in case of speed requiremenets.

Install

make install

Usage

See manpage man 1 diffeek

About

Mime-type aware diff

License:GNU General Public License v3.0


Languages

Language:C++ 88.3%Language:Makefile 7.6%Language:Roff 2.7%Language:CMake 1.3%