6 Commits

Author SHA1 Message Date
fb2fe2194c Use colordiff to output colored diffs! 2013-09-19 00:56:13 +02:00
515bc486ce Changed to Python3 syntax 2013-09-19 00:55:52 +02:00
f6ef228c0d Added diff-view on ENTER key 2013-09-17 18:16:54 +02:00
13cdf0e6c7 Added README.md 2013-09-17 18:16:40 +02:00
Bobby Rullo
1041de0a81 Initial checkin!
Thanks to Jefferey Harris for the following modifications:

- read files before starting curses, since opening a pipe hangs curses
in cygwin
- made a few minor changes to make it Python2.4 compatible, since that's
what I'm running in Cygwin (try:except:finally: requires Python 2.5, as
does the "normal if test else alternate" construct)
- added help text
- removed a bunch of unneeded semi-colons ;)
- added a more pythonic idiom here and there (enumerate, a format
string, and a join instead of constructing a string in place)


git-svn-id: http://svnreview.googlecode.com/svn/trunk@2 79c90660-5d2f-0410-960b-fd9bd8afac0e
2007-05-01 00:15:06 +00:00
Bobby Rullo
cceb8ac662 creating trunk
git-svn-id: http://svnreview.googlecode.com/svn/trunk@1 79c90660-5d2f-0410-960b-fd9bd8afac0e
2007-05-01 00:13:27 +00:00