Skip to content

Display file name diffs between two directories

License

Notifications You must be signed in to change notification settings

jdhmtl/dir-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Dir Diff

Display file name diffs between two directories.

The intended use case is to easily spot missing files across directories expected to contain the same files in different formats.

For example, given the following directories:

json
 - a.json
 - b.json
yml
 - a.yml
 - c.yml

the expected output would be:

==================
| json   | yml   |
==================
| b.json | c.yml |
==================

About

Display file name diffs between two directories

Resources

License

Stars

Watchers

Forks

Languages