Files
anomalyco_opencode/packages/opencode
Kit Langton ed580ec051 effect(core): add AppProcess.runWithStdin; migrate snapshot+clipboard
Adds a runWithStdin method to AppProcess that accepts string,
Uint8Array, or Stream<Uint8Array> and feeds it to the child process
stdin while preserving the rest of the Command options. Internally
the method delegates to the same collect-and-exit body as run.

Replaces the bespoke gitWithStdin spawn helper in snapshot (ignore,
drop, stage, cat-file --batch) with calls to runWithStdin, and
migrates the Linux/Windows clipboard write paths (wl-copy, xclip,
xsel, powershell) off util/process.ts.
2026-05-12 22:38:11 -04:00
..
2026-05-12 05:20:22 +00:00
2026-05-11 21:14:55 -04:00
2026-05-11 14:13:39 +00:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.