aries-diff
v0.1.1
Published
Terminal-first viewer for local patch files and GitHub pull request diffs.
Readme
Aries
Terminal-first viewer for local .diff / .patch files and GitHub pull request diffs.
Install
npm install -g aries-diffYou can also run it without a global install:
npx aries-diff fixtures/simple.diffUsage
aries file.diff
aries file.patch
aries https://github.com/org/repo/pull/123
aries https://github.com/org/repo/pull/123.diffDevelopment
bun install
bun run build
node dist/cli.js fixtures/simple.diffAries uses OpenTUI. In this version of OpenTUI, the terminal runtime imports bun:ffi, so the Node entrypoint re-executes the built CLI under bun before starting the TUI. Bun is required at runtime even when you launch Aries through node or npx.
