summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-03 22:01:27 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-03 22:02:27 -0400
commitcc7a678209d701f90ab518c15fb1b81dd86d4c0c (patch)
tree85c00a01efbbefca0229b2bbc32510e16de377d0 /README.md
parentd54abc6783390a3c5a1292c76addbbc964c60a1a (diff)
Add side-by-side screenshot at top of README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 10 insertions, 2 deletions
diff --git a/README.md b/README.md
index a1402858..30f83e81 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,16 @@
Code evolves, and studying diffs is a fundamental mode of work. Delta aims to make this both efficient and enjoyable: it allows you to make extensive changes to the layout and styling of diffs, as well as allowing you to stay arbitrarily close to the default git/diff output.
+<table>
+ <tr>
+ <td>
+ <img width=800px src="https://user-images.githubusercontent.com/52205/87230973-412eb900-c381-11ea-8aec-cc200290bd1b.png" alt="image" />
+ <br>
+ <sub>delta with <code>side-by-side</code> and <code>line-numbers</code> activated</sub>
+ </td>
+ </tr>
+</table>
+
#### Delta's main features are:
- Language syntax highlighting with color themes
@@ -50,7 +60,6 @@ git config --global delta.side-by-side true
Contents
========
-* [Features](#features)
* [Installation](#installation)
* [Configuration](#configuration)
* [Usage](#usage)
@@ -147,7 +156,6 @@ Here's what `git show` can look like with git configured to use delta:
<br>
-## Features
| | delta | git | [diff-so-fancy] /<br>[diff-highlight] | github/gitlab |
|------------------------------------------------|-------|-----|---------------------------------------|---------------|
| language syntax highlighting | ✅ | ❌ | ❌ | ✅ |