Skip to content

v0.1.0 — MVP

Choose a tag to compare

@akunzai akunzai released this 09 Jun 07:38
03f25e1

First MVP of gistui — a terminal UI for managing GitHub Gists, built on ratatui + the GitHub CLI (gh).

Highlights

  • Browse & rank your gists against files in the working directory
  • Coloured diff (Enter); identical files detected
  • Download (d), upload (u), create (n), pin (p), open in browser (o), edit local (e), preview (Space)
  • Filter (/), visibility filter (v), sort (s), row-view toggle (t), ? help
  • Off-thread loading with an on-disk gist cache; responsive focus-aware footer

Safety

  • Writes only to ./<gist-filename>; existing targets need a diff + y/n confirm
  • No token stored; only path↔gist pin mappings persisted

Install

cargo install --path . (requires Rust and an authenticated gh). See the README.

Roadmap tracked in issues #1#12.