fzf-make 0.75.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
pub(crate) mod js_package_manager_main;
pub(super) mod npm;
pub(super) mod pnpm;
pub(super) mod yarn;