konoma 0.18.6

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
# Sample YAML (.yml) — syntax highlighting demo.
ci:
  steps:
    - name: build
      run: cargo build --release
    - name: test
      run: cargo test --all-features
matrix:
  os: [macos, linux]
  rust:
    - stable
    - nightly
env:
  RUST_LOG: debug
  CI: true