v0.1.0 — MVP
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/nconfirm - No token stored; only path↔gist pin mappings persisted
Install
cargo install --path . (requires Rust and an authenticated gh). See the README.