diff2 0.2.0 copy "diff2: ^0.2.0" to clipboard
diff2: ^0.2.0 copied to clipboard

discontinued

A diff library (fork)

diff #

Port of the diff.js library.

Example using bin/diff.dart #

–(~/dart/diff)–($ dart bin/diff.dart /tmp/a.txt /tmp/o.txt /tmp/b.txt 
diff3_dig: /tmp/a.txt, /tmp/o.txt, /tmp/b.txt
AA
a
<<<<<<<<<
b
=========
d
>>>>>>>>>
c
ZZ
<<<<<<<<<
new
00
a
a
=========
11
>>>>>>>>>
M
z
z
99

Where the following input files are

–(~/dart/diff)–($ cat /tmp/a.txt 
AA
a
b
c
ZZ
new
00
a
a
M
99
–(~/dart/diff)–($ cat /tmp/o.txt 
AA
ZZ
00
M
99
–(~/dart/diff)–($ cat /tmp/b.txt 
AA
a
d
c
ZZ
11
M
z
z
99
0
likes
5
pub points
0%
popularity

Publisher

unverified uploader

A diff library (fork)

Repository (GitLab)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on diff2