filesystem
| Property | Value |
|---|---|
| Module id | filesystem |
| Tools | 7 |
| Tool | Purpose |
|---|---|
read | Read a file (path; optional offset/limit). Alias file_path accepted. |
write | Create / overwrite |
edit | Find-and-replace |
multi_edit | Multiple edits |
glob | Find paths by pattern |
grep | Regex search (ripgrep when available) |
delete | Delete a path |
YAML: tools.modules.filesystem (legacy module id workspace for
file I/O is rewritten to filesystem). Git tracking is the separate
workspace module.
Related
- Built-in tools
- bash for shell file ops (
mv,cp, ...)