Skip to main content

Module native

Module native 

Source
Expand description

Native CLI tool wrappers — thin re-export shim.

Implementations live in submodules:

  • native_search — helpers, RipgrepTool, FdTool, SdTool, ErdTool, GrepSearchTool, GlobSearchTool
  • mise — MiseTool, ZoxideTool
  • lsp_tool — AstGrepTool, LspTool

Re-exports§

pub use super::lsp_tool::AstGrepTool;
pub use super::lsp_tool::LspTool;
pub use super::mise::MiseTool;
pub use super::mise::ZoxideTool;
pub use super::native_search::ErdTool;
pub use super::native_search::FdTool;
pub use super::native_search::GlobSearchTool;
pub use super::native_search::GrepSearchTool;
pub use super::native_search::RipgrepTool;
pub use super::native_search::SdTool;