- FastFileTree (with pruning)
- FastFileScrapeContent (chunked file extraction)
- Chunker (byte-aware splitting)
- CLI tool with tree/content/all modes
- JSONL output for AI agents
- Add
--format prettyjson(group chunks per file) - Add
--preview Nto show first N lines of each file - Add
--stats(file count, total bytes, avg chunk size) - Add
--ext java,cpp,pyshorthand for include globs - Add
--max-depthfor tree limiting - Add
--only-dirsto show only directories containing matches - Add
--search "<regex>"to grep inside files - Add
--ignore-defaultsto disable built‑in excludes
- Multi-threaded directory walking
- Memory-mapped file reading (optional)
- Token-aware chunking (LLM-friendly)
- Git-ignore integration
- FastFileIndex integration
- FastAgent ingestion pipeline
- Native backend (FastIO)
- SIMD-accelerated UTF‑8 parser
- Zero-copy pipeline
- Live scraping via FastFileWatch