scrubb

A code editor with Bret-Victor-style scrubbable numeric literals.

Drag horizontally on a number in the editor to scrub its value live. Hold Shift while dragging for finer steps.

What's in the box

Drag-to-edit

Numeric literals get a subtle underline; click and drag to scrub the value live.

Save-on-scrub

Every drag writes through the save path, so external watchers re-run on every tick.

Native shell

Tauri desktop app with a Monaco editor surface and a built-in file tree.

Get it

git clone https://github.com/koaning/scrubb-editor.git
cd scrubb-editor
npm install
npm run tauri:build:app    # or: make app

Full install notes, CLI shortcut setup, and the watcher recipe live in the README on GitHub.