Norton Commander-style directory analyzer and comparator with a retro DOS web interface.
The main project lives in mondor-commander/. See its README for usage, installation, and documentation.
cd mondor-commander
npm ci
node bin/mc.js /path/to/dir1 /path/to/dir2The original Python prototype (dirdiff.py) has been superseded by the Node.js implementation.