konoma 0.18.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)
# Sample TOML config — syntax highlighting demo.
title = "konoma sample"
version = 2
enabled = true

[server]
host = "127.0.0.1"
port = 8080
timeout = 30.5

[paths]
roots = ["/usr/local", "~/work"]

[[plugins]]
name = "preview"
priority = 10

[[plugins]]
name = "git"
priority = 5