Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re^2: hidiff - char highlight diff utility

by bsb (Priest)
on Oct 31, 2007 at 23:25 UTC ( [id://648388]=note: print w/replies, xml ) Need Help??


in reply to Re: hidiff - char highlight diff utility
in thread hidiff - char highlight diff utility

Thanks Fletch

I use colordiff, and sometimes vimdiff, for some tasks. I also like trac's character-wise diff within lines. A command-line tool for that would be nice, does one exist? It probably wouldn't be hard, the tricky bits are already on CPAN (Algorithm::Diff, Term::ANSIColor).

hidiff was intended to show a file, but with it's differences to another highlighted. I think there's room to use Algorithm::Diff to improve how it does that. I need to work out what diff information to display and how, given the constraint that the "new" file is shown in it's entirety and correctly positioned. (While writing this I thought that flipping interactively from new to old may help, or be useful on it's own)

I also just discovered "less -r" and "less -R", which make less display colordiff output usefully.

Brad

  • Comment on Re^2: hidiff - char highlight diff utility

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://648388]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 09:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found