iiRecord
Agentic AI Atlas · fzf
tool:fzfa5c.ai
II.
Tool JSON

tool:fzf

Structured · live

fzf json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · domain/tools/tools-cli-utils.yamlCluster · domain
Record JSON
{
  "id": "tool:fzf",
  "_kind": "Tool",
  "_file": "domain/tools/tools-cli-utils.yaml",
  "_cluster": "domain",
  "attributes": {
    "displayName": "fzf",
    "homepageUrl": "https://github.com/junegunn/fzf",
    "kind": "other",
    "description": "General-purpose command-line fuzzy finder that integrates with\nshells, editors, git, and process listings.\n"
  },
  "outgoingEdges": [
    {
      "from": "tool:fzf",
      "to": "language:go",
      "kind": "belongs_to_language"
    },
    {
      "from": "tool:fzf",
      "to": "skill-area:cli-tooling",
      "kind": "tool_used_by",
      "attributes": {}
    },
    {
      "from": "tool:fzf",
      "to": "skill-area:developer-experience",
      "kind": "used_for",
      "attributes": {}
    },
    {
      "from": "tool:fzf",
      "to": "tool:ripgrep",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal search tools — fzf is fuzzy finding; ripgrep is line-oriented search"
      }
    },
    {
      "from": "tool:fzf",
      "to": "tool:fd",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal search tools — fzf is interactive fuzzy finding; fd is file name search"
      }
    }
  ],
  "incomingEdges": [
    {
      "from": "skill-area:cli-tooling",
      "to": "tool:fzf",
      "kind": "uses_tool"
    },
    {
      "from": "tool:ripgrep",
      "to": "tool:fzf",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal search tools — ripgrep is line-oriented search; fzf is fuzzy finding"
      }
    },
    {
      "from": "tool:fd",
      "to": "tool:fzf",
      "kind": "alternative_to",
      "attributes": {
        "comparison": "Terminal search tools — fd is file name search; fzf is interactive fuzzy finding"
      }
    }
  ]
}