Skip to content

Compare and monitor changes between filesystem directories

License

Notifications You must be signed in to change notification settings

nicofanu/changemon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

changemon.py

Changemon is a little tool I wrote to quickly check differences between copies of folders that may have changed. It can also monitor a folder and list files as they are added, changed and removed.

Examples:

$ changemon.py -c ./a ./b --flags "ar"
Added
-----

Removed
-------
s

The files that have been added and removed in folder b.

$ changemon.py -c ./a ./b
Added
-----

Changed
-------
greet
t
z

Removed
-------
s

The typical summary.

$ changemon.py -c ./a ./b --flags "u"
Unchanged
---------
zerobyte.txt
nochange.txt

The files that haven't changed in either folder.

About

Compare and monitor changes between filesystem directories

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages