Reef banner
Blushyes Blushyes

Reef

AI community

Description

The minimal dev terminal for the AI coding era — AI writes the code, Reef is where you review it.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Reef

**The minimal dev terminal for the AI coding era**

When AI writes your code, 90% of an IDE becomes dead weight. Reef is the other 10%.

English 简体中文

A single-binary terminal workbench for browsing, reviewing, and shipping — locally or over SSH. No editor, no autocomplete. Write with your AI of choice; come here for the rest.

Reef

Features

  • Files — tree + read-only preview; syntax highlighting, inline images (Kitty / iTerm2 / halfblocks).
  • Video preview — open a clip to see its first frame; click Play or focus the preview and press p (Kitty / iTerm2, needs ffmpeg).
  • SQLite browser — open any .db to walk schemas, tables, views, indexes, and triggers; borderless data grid with type-tinted columns and index/trigger detail cards.
  • Search — ripgrep-powered workdir content search with live preview, gitignore-aware.
  • Git — status with +N −M per file or folder; stage / unstage / discard / push (including --force-with-lease); unified or side-by-side diff.
  • Graph — commit DAG with ref chips, inline detail, visual-mode range diffs.
  • Remote over SSH — same UI, same keys, driven by an auto-deployed reef-agent daemon. One ControlMaster session covers RPC, file upload, and $EDITOR handoff.
  • Drag-and-drop upload from Finder / Explorer (works over SSH).
  • Auto theme (OSC 11) and locale; persistent prefs.

Keyboard-first, mouse where it earns its keep. Press `h` in-app for the full keymap.

Install

npx @reef-tui/cli                # one-off
npm install -g @reef-tui/cli     # or global

Supported: macOS (arm64, x64), Linux (arm64, x64), Windows (x64