konoma 0.17.0

Terminal file browser built for AI pair-programming — full-screen previews (Markdown, images, PDF, CSV), git suite, and an agent-watch mode that follows your AI's edits (macOS and Linux)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "konoma",
  "version": "0.1.0",
  "keywords": ["tui", "preview", "ratatui", "kitty-graphics"],
  "settings": {
    "wrap": false,
    "maxBytes": 1048576,
    "theme": null,
    "icons": true
  },
  "authors": [
    { "name": "alice", "active": true, "commits": 128 },
    { "name": "bob", "active": false, "commits": 0 }
  ]
}