find . -name '*.py' | xargs cat | gemini -p 'Find all TODO comments and suggest implementations'
Scan an entire codebase for TODOs and get AI suggestions
Chains find, cat, and a CLI agent to process all Python files at once. Note: for large codebases this may exceed context limits. Use `--model gemini-3.1-pro-preview` for the largest context window (up to 1M tokens).
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.