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.
Numeric literals get a subtle underline; click and drag to scrub the value live.
Every drag writes through the save path, so external watchers re-run on every tick.
Tauri desktop app with a Monaco editor surface and a built-in file tree.
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.