From 786813d95dfec1187cdd8c3edb11187d16842164 Mon Sep 17 00:00:00 2001 From: Tatsuya Kyushima <49891479+kyu08@users.noreply.github.com> Date: Wed, 5 Nov 2025 02:32:53 +0900 Subject: [PATCH] docs: add `fzf-make` to "community integrations" (#2393) --- 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 5c5fe31c..e0ab25bf 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.