Files
meetus/def/doocuscmds
Mariano Gabriel ca8b3a784d doocus first ver
2026-07-05 10:08:42 -03:00

11 lines
341 B
Plaintext

cd ~/wdir/own/mts
# whole drive tree → docs-output/ (uv run so it uses the .venv you created)
uv run make docs IN="/path/to/local/drive"
# choose a different output folder:
uv run make docs IN="/path/to/local/drive" DOCS_OUT="$PWD/docs-output"
# see what it would process, no extraction:
uv run make docs-dry IN="/path/to/local/drive"