Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
weshouman committed Dec 18, 2023
1 parent 43c586b commit 62a27f8
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Nautilus Meld Extension

![Compare two selected files](docs/media/select-two-files.png)
[![Build Debian Package](https://github.com/weshouman/nautilus-meld-compare-extension/actions/workflows/build-deb.yml/badge.svg)](https://github.com/weshouman/nautilus-meld-compare-extension/actions/workflows/build-deb.yml)

## Overview

This Nautilus extension allows us to easily compare files and directories using the Meld comparison tool directly from the Nautilus context menu. The extension adds new menu items that let us set a "left" file or directory for comparison and then compare a "right" file or directory against it.

![Compare two selected files](docs/media/select-two-files.png)

## Features

- Set a file or directory as the "left" item for comparison.
Expand All @@ -25,10 +27,10 @@ This Nautilus extension allows us to easily compare files and directories using

### Steps

1. Download the `nautilus-meld-diff-extension.deb` package.
1. Download the `nautilus-meld-compare-extension.deb` package.
2. Install the package:
```bash
sudo dpkg -i nautilus-meld-diff-extension.deb
sudo dpkg -i nautilus-meld-compare-extension.deb
```
3. You may need to resolve dependencies:
```bash
Expand Down

0 comments on commit 62a27f8

Please sign in to comment.