doocus first ver

This commit is contained in:
Mariano Gabriel
2026-07-05 10:08:42 -03:00
parent e214b17c55
commit ca8b3a784d
57 changed files with 4167 additions and 56 deletions

10
def/doocuscmds Normal file
View File

@@ -0,0 +1,10 @@
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"