Beautifies Git and CVS code patches on the browser.
- Code syntax highlighting
- Light/ dark mode
- Open a code patch file on a Chrome/ Chromium-based browser
- Click on the ecdiff extension icon
Toggle dark mode on options page: Right click on the ecdiff extension icon then click on "Options".
Heads up! To format local code patch files at
file:///
, enable "Allow access to file URLs" on chrome://extensions/?id=jockmidhjggcfnfdinaihmndknopjjij.
- git diff
- unified diff code patches created with Eclipse IDE
- unified diff code patches created with CVS diff
- 275 languages (View list)
- Create React App - config override with CRACO
- Tailwind CSS
- Prism
- TypeScript
Get the latest version of the extension at Chrome Web Store.
- Clone
git clone https://github.com/earvinpiamonte/ecdiff.git
cd
to project
cd ecdiff/
- Install dependencies
npm i
- Build
npm run build
- Open a Google Chrome browser and navigate to
chrome://extensions/
. - Enable
Developer mode
. - Click on
Load unpacked
. - Find the project
ecdiff/
and open it. Selectbuild/
as the extension directory. - ecdiff extension now added to Chrome.
Icons made by Ilham Fitrotul Hayat from Flaticon and generated with RealFaviconGenerator.net.
Code patch attachment used as screenshot - https://bugzillaattachments.eclipsecontent.org/bugs/attachment.cgi?id=78905
This project is developed and maintained by Noel Earvin Piamonte.