Expand description
§tokmd-content
Tier 2 (Utilities)
Content scanning helpers for analysis. Provides file content inspection capabilities including reading, hashing, and entropy calculation.
§What belongs here
- File content reading (head, tail, lines)
- Text detection
- File integrity hashing (BLAKE3)
- Tag counting (TODOs, FIXMEs)
- Entropy calculation
- Function-level complexity metrics
§What does NOT belong here
- File listing (use tokmd-walk)
- File modification
Modules§
- complexity
- Function-level complexity metrics.