What problem does it solve?
File system operations across major OS platforms to locate, inspect, compare, and audit files with reliable, repeatable commands.
Core Features & Use Cases
- List directory contents and show metadata (permissions, size, timestamps) for quick context.
- Find files by exact name, extension, or glob patterns across large trees.
- Search text inside files using robust pattern matching and provide contextual results.
- Read file contents and summarize basic metadata like type, encoding, and line counts.
- Compare files with diff, and inspect changes between versions or outputs.
- Audit permissions, ownership, and compute checksums to verify integrity.
Quick Start
Ask the system to locate a file like README.md in the current project and display its contents and basic metadata.