Py-tree - Python CLI program to visualize folder hierarchy in tree-style format
-
Build an image first:
docker build -t py-tree . -
To run a specific windows directory:
example to be added -
To run a specific Linux directory:
docker run -v "/your/external/path/:/app/data" py-tree /app/data
