Skip to content
/ cmpdirs Public

Verifies that all files contained within one directory tree are also part of a second directory tree.

License

Notifications You must be signed in to change notification settings

h1008/cmpdirs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmpdirs

Verifies that all files contained within one directory tree are also part of a second directory tree.

Build project

# Clone project
git clone https://github.com/seko24/cmpdirs.git

# Install all dependencies (including development dependencies) into new virtual environment:
pipenv install --dev

# Activate the virtual environment
pipenv shell

# Run the script
cmpdirs --help

Build executable

pipenv run pyinstaller cmpdirs.spec
dist/cmpdirs testA/ testB/

About

Verifies that all files contained within one directory tree are also part of a second directory tree.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages