doocus first ver
This commit is contained in:
10
def/doocuscmds
Normal file
10
def/doocuscmds
Normal 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"
|
||||
Reference in New Issue
Block a user