Skip to main content

Crate lash_tools

Crate lash_tools 

Source
Expand description

Built-in tool suite for the lash agent runtime.

Each module is a self-contained tool family sharing the lash_tool_support utility layer:

  • apply_patchfiles.patch envelope-diff editing
  • filesfiles.read / files.ls / files.glob
  • search — ripgrep/fff-backed search.grep (behind the default search feature; disable default features to drop the fff-search build dependency)
  • shellshell.exec / shell.start / shell.write
  • webweb.fetch / web.search

Modules§

apply_patch
files
search
shell
Built-in shell tool surface (shell.exec / shell.start / shell.write).
web