theniceboy/agent-tracker/agent-config.json
2026-04-09 10:07:43 -07:00

34 lines
590 B
JSON

{
"keys": {
"move_left": "n",
"move_right": "i",
"move_up": "u",
"move_down": "e",
"edit": "Enter",
"cancel": "Escape",
"add_todo": "a",
"toggle_todo": "x",
"destroy": "D",
"confirm": "y",
"back": "Escape",
"delete_todo": "d",
"help": "?",
"focus_ai": "M-a",
"focus_git": "M-g",
"focus_run": "M-r"
},
"devices": [
"web-server",
"ipm",
"opm",
"macos",
"ipp"
],
"status_right": {
"cpu": false,
"network": false,
"memory": false,
"memory_totals": false,
"flash_moe": false
}
}