1. fast_read_file
Read files with chunking support.
2. fast_read_multiple_files
Read multiple files simultaneously with sequential reading support.
3. fast_write_file
Write or modify files.
4. fast_large_write_file
Stream-based writing for large files.
5. fast_get_file_info
Get detailed file information.
6. fast_copy_file
Copy files and directories with advanced options.
7. fast_move_file
Move/rename files and directories safely.
8. fast_delete_file
Delete files and directories with protection.
9. fast_batch_file_operations
Execute multiple file operations in sequence.
10. fast_compress_files
Create compressed archives (tar, tar.gz, tar.bz2).
11. fast_extract_archive
Extract compressed archives with options.
12. fast_sync_directories
Advanced directory synchronization with multiple modes.
13. fast_edit_file
Precise line-based file editing with multiple modes.
14. fast_edit_block
Safe block editing with exact string matching.
15. fast_edit_blocks
Batch block editing for multiple precise changes.
16. fast_edit_multiple_blocks
Edit multiple sections in a single operation.
17. fast_extract_lines
Extract specific lines or ranges from files.
18. fast_list_directory
List directory contents with pagination.
19. fast_create_directory
Create directories recursively.
20. fast_get_directory_tree
Get directory tree structure.
21. fast_search_files
Search files by name or content.
22. fast_search_code
Advanced code search with ripgrep integration.
23. fast_find_large_files
Find large files in directories.
24. fast_get_disk_usage
Check disk usage information.
25. fast_list_allowed_directories
List allowed directories.
26. fast_search_and_replace
Powerful search and replace with regex support.