fzf-make 0.69.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
9
pub(super) mod command;
pub(crate) mod file_util;
pub(crate) mod histories;
pub(super) mod js_package_manager;
pub(super) mod just;
pub(super) mod make;
pub(super) mod runner;
pub(super) mod runner_type;
pub(super) mod task;