Expand description
§tokmd-walk
Tier 2 (Utilities)
File listing and asset discovery utilities. Provides filesystem traversal with gitignore support for analysis workflows.
§What belongs here
- Filesystem traversal respecting gitignore
- License candidate detection
- File size queries
§What does NOT belong here
- Content scanning (use tokmd-content)
- Git history analysis (use tokmd-git)
- File modification
Structs§
Functions§
- file_
size - file_
size_ from_ memfs - Query a file size from an in-memory filesystem backend.
- license_
candidates - list_
files - list_
files_ from_ memfs - List files from an in-memory filesystem backend.