fzf-make 0.72.0

A command line tool that executes commands using fuzzy finder with preview window for make, pnpm, yarn, just, and task.
1
2
3
4
5
6
7
8
pub(super) mod fzf_make;
pub(super) mod help;
pub(super) mod history;
pub(super) mod invalid_arg;
pub(super) mod repeat;
mod tui;
pub(super) mod usecase_main;
pub(super) mod version;