A GUI tool designed to edit .patch and .diff files, allowing you to easily split and manage git hunks.
- Hunk Splitting: Granularly split large git hunks into smaller ones by selecting specific lines.
- Drag & Drop opening: Simply drag and drop your patch file into the window to open it.
- Visual Editor: Syntax highlighting for added/removed lines.
- Safe Editing: Use the visual interface to modify patches without breaking the file format.
- Project Safety: Prompts to save changes before closing the application to prevent data loss.
This project is built with Electron + Vue 3 + Vite.
- Node.js (Latest LTS recommended)
- npm or yarn
npm install
# or
yarn installnpm run start
# or
yarn run startnpm run make
# or
yarn run makeThe output application will be in the out directory.
MIT