010 GitHub stars
02Securely navigate and list directory contents (`ls`, `tree`, `roots`).
03Perform file management operations: create (`mkdir`), write (`write`), edit (`edit`), move (`mv`), and delete (`rm`) files/directories.
04Search for files by glob pattern (`find`) and content by regex (`grep`).
05Analyze file metadata (`stat`), calculate hashes (`calculate_hash`), and compare files (`diff_files`).
06Execute batch operations like reading multiple files (`read_many`) or search and replace across files (`search_and_replace`).