From 4a35cbed4b095f73ecd0dd944371807e9dd551af Mon Sep 17 00:00:00 2001 From: kyu08 <49891479+kyu08@users.noreply.github.com> Date: Thu, 21 Aug 2025 22:38:08 +0900 Subject: [PATCH] docs: add `fzf-make` to "Community Integrations" --- website/src/docs/integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/website/src/docs/integrations.md b/website/src/docs/integrations.md index 5f76ad968a..d1ff69555e 100644 --- a/website/src/docs/integrations.md +++ b/website/src/docs/integrations.md @@ -82,6 +82,8 @@ developers who have created their own integrations for Task: [[source](https://github.com/lechuckroh/task-intellij-plugin)] by @lechuckroh - [mk](https://github.com/pycontribs/mk) command line tool recognizes Taskfiles natively. +- [fzf-make](https://github.com/kyu08/fzf-make) fuzzy finder with preview window + for make, pnpm, yarn, just & task. If you have made something that integrates with Task, please feel free to open a PR to add it to this list.