Skip to main content

Module cli

Module cli 

Source
Expand description

CLI flags for fd and ripgrep, used by plugins. CLI flag generation helpers for search tools (fd, rg).

Centralizes glob blacklist + base flags for Rust and plugin-facing helpers.

Modules§

fd 🔒
fd CLI flag builder implementation.
rg 🔒
rg CLI flag builder implementation.

Constants§

GLOB_BLACKLIST
A list of glob patterns to exclude from searches.

Traits§

CliFlags
Trait for generating CLI flags for search tools.

Functions§

get_fd_flags
Returns the fd flags used by fzf-lua file pickers.
get_rg_flags
Returns the rg flags used by fzf-lua grep pickers.