Skip to content

yurgen93/rdiff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rdiff

Simple LCS diff ruby implementation

More about LCS problem

Usage

> cat a.txt
hello
my
name
is
john
doe

> cat b.txt
hello
your
name
is
jonas
joe
doe

> rdiff a.txt b.txt
  hello
- my
+ your
  name
  is
- john
+ jonas
+ joe
  doe

License

The gem is available as open source under the terms of the MIT License.

About

Simple LCS diff ruby implementation

Resources

License

Stars

Watchers

Forks