II.
Tool JSON
Structured · livetool:delta
delta json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool:delta",
"_kind": "Tool",
"_file": "domain/tools/tools-dev-cli.yaml",
"_cluster": "domain",
"attributes": {
"displayName": "delta",
"homepageUrl": "https://github.com/dandavison/delta",
"kind": "other",
"description": "Syntax-highlighting pager for git, diff, and grep output.\nProvides side-by-side diffs, line numbers, and theme support;\nintegrates with git as a configurable core.pager replacement.\n"
},
"outgoingEdges": [
{
"from": "tool:delta",
"to": "language:rust",
"kind": "belongs_to_language"
},
{
"from": "tool:delta",
"to": "skill-area:cli-tooling",
"kind": "tool_used_by",
"attributes": {}
},
{
"from": "tool:delta",
"to": "skill-area:developer-experience",
"kind": "used_for",
"attributes": {}
},
{
"from": "tool:delta",
"to": "tool:bat",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal display tools — delta shows diffs; bat shows file contents with syntax highlighting"
}
}
],
"incomingEdges": [
{
"from": "tool:bat",
"to": "tool:delta",
"kind": "alternative_to",
"attributes": {
"comparison": "Terminal display tools — bat shows file contents with syntax highlighting; delta shows diffs"
}
}
]
}