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

Feature Request: show all lines when comparing folders #94

Open
1-61803 opened this issue Mar 24, 2017 · 2 comments
Open

Feature Request: show all lines when comparing folders #94

1-61803 opened this issue Mar 24, 2017 · 2 comments

Comments

@1-61803
Copy link

1-61803 commented Mar 24, 2017

It shows only the differences, like Only in foodir: foo. Of course, --whole-file doesn't work in this case, although I tended to think that it could/should.

@albfan
Copy link

albfan commented May 21, 2017

You need something like a previous curses interface to select which file diff you want to show. That would use icdiff then

Or do you have an idea or how cli interface should work?

@1-61803
Copy link
Author

1-61803 commented May 22, 2017

@albfan

If dir1 has file0 file1 file2 and dir2 has file1 file2 file3 I now see

$ icdiff dir1 dir2
Only in dir1: file0
Only in dir2: file3

I rather see

dir1/                        dir2/
file0
file1                        file1
file2                        file2
                             file3

@jeffkaufman jeffkaufman changed the title show all lines when comparing folders Feature Request: show all lines when comparing folders Dec 21, 2017
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

2 participants