Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compare directories recursively #15

Closed
basti1302 opened this issue Dec 8, 2014 · 3 comments
Closed

compare directories recursively #15

basti1302 opened this issue Dec 8, 2014 · 3 comments

Comments

@basti1302
Copy link

Currently, passing two directories into icdiff gives

Traceback (most recent call last):
  File "/usr/local/bin/icdiff", line 536, in <module>
    start()
  File "/usr/local/bin/icdiff", line 519, in start
    lines_a = open(a, "U").readlines()
IOError: [Errno 21] Is a directory: 'server/'

Since it is advertised as a tool to compare two files, that is perfectly fine (except for that one could wish for a more user friendly error message) . However, it would be sooooo awesome, if icdiff would be able to compare full directory trees like diff with -r/--recursive.

@ueg1990
Copy link

ueg1990 commented Dec 8, 2014

👍

@jeffkaufman
Copy link
Owner

Added --recursive with bd23a3b.

@basti1302
Copy link
Author

Wow, that was quick. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants