Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cp

# Copy project without node_modules, .venv, build artifacts
clean-mount cp /path/to/node-project /tmp/node-source-only

Internally this does: mount → cp -a → unmount. Your single command.