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)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Sample YAML config — syntax highlighting demo.
name: konoma
version: 1.2.0
enabled: true
features:
  - tree
  - preview
  - git
server:
  host: 0.0.0.0
  port: 8080
  tls: true
limits:
  max_bytes: 1048576
  timeout: 30s
description: >
  Full-screen preview-focused
  terminal file browser.