11 lines
341 B
Plaintext
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"
|