II.
Tool JSON
Structured · livetool:fd
fd json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:fd",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "fd",
"homepageUrl": "https://github.com/sharkdp/fd",
"kind": "other",
"description": "Fast and user-friendly alternative to the find command.\nSupports regex patterns, parallel execution, and .gitignore\nawareness; written in Rust for high performance on large repos.\n"
},
"outgoingEdges": [
{
"from": "tool:fd",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:fd",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:fd",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:fd",
"to": "tool:ripgrep",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal search tools — fd searches file names; ripgrep searches file contents"
}
},
{
"from": "tool:fd",
"to": "tool:fzf",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal search tools — fd is file name search; fzf is interactive fuzzy finding"
}
}
],
"incomingEdges": [
{
"from": "tool:ripgrep",
"to": "tool:fd",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal search tools — ripgrep searches file contents; fd searches file names"
}
},
{
"from": "tool:fzf",
"to": "tool:fd",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal search tools — fzf is interactive fuzzy finding; fd is file name search"
}
}
]
}