Skip to content

🚀 directory diff #232

@wescande

Description

@wescande

Hi !

When doing diff -u a.txt b.txt | delta it's working great.
But doing diff -ur dir_a dir_b | delta is not working, even if there is only one file different

The diff output is so close in both case, i think (hope) the feature should not be hard to implement.

Thanks !

Edit:

  • if i have only diff in files, this is working by doing diff -u -r dir_a dir_b | delta but diff -ur or diff -ru doesn't work.
  • If I have a a new file (added or deleted) before starting to parse (touch dir_a/aaa) it will not work, but if it's at the end (touch dir_a/zzz), it will work great !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions