Skip to content

Releases: Ivapo/RepoKai

Release list

v0.1.0

Choose a tag to compare

@Ivapo Ivapo released this 02 Jul 21:33

First published release — repokai-tui and repokai-core are now on crates.io.

cargo install repokai-tui

Highlights

  • 3-panel terminal UI for browsing your GitHub repositories (list / info / README)
  • READMEs render as styled markdown: heading underbars, syntax-highlighted code blocks, box-drawn tables (renderer shared with mdview)
  • Mouse support: wheel-scroll the panel under the cursor, click to focus panels and select repos
  • Scrollable repo list and README with clamped scrolling, PageUp/PageDown, and a scrollbar
  • Publish local repos to GitHub, clone, edit description/visibility, open in browser
  • Sort by recent or a-z; auth via GITHUB_TOKEN or the gh CLI keychain
  • Tauri desktop GUI with the same layout and 4 themes (run from source)

🤖 Generated with Claude Code