@xtjs/util

Self-contained Python CLI scripts for exploring and managing file system directories.

Usage no npm install needed!

<script type="module">
  import xtjsUtil from 'https://cdn.skypack.dev/@xtjs/util';
</script>

README

treeutils

Self-contained Python CLI scripts for exploring and managing file system directories.

treediff.py

Compare two directory trees. Can detect file renames and modifications within the same level of both trees.

python treediff.py /path/to/a /path/to/b

treedup.py

Finds duplicate files within a directory tree at any level.

python treedup.py /path/to/dir