Function rust_fzf::select

source ·
pub fn select(
    fzf_selections: Vec<String>,
    fzf_cli_args: Vec<String>
) -> Result<Vec<String>, String>
Expand description

Prompts the user to select from the fzf_selections using the fzf CLI tool. It’s required that fzf is installed in the environment.