Skip to content

Repository files navigation

git-diff-online

A React + Vite application for comparing directory trees and files from two repositories side by side.

Features

  • Tree Comparison: Paste the output of tree commands to compare two directory structures. Highlights added, removed, and common entries.
  • File Comparison (coming soon): Compare individual file contents side by side.

Getting Started

npm install
npm run dev

Open http://localhost:5173 in your browser.

Usage

  1. Run tree in two different repository directories.
  2. Paste the outputs into the left and right text areas.
  3. View the side-by-side comparison with color-coded differences.

Sample data is provided for quick demonstration — click Load Large Sample or Load Small Sample.

Tech Stack

  • React 19 + TypeScript
  • Vite
  • React Router

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages