summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-23 09:39:08 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-23 09:39:08 -0400
commit9ee1587517399fd7d3d5d7ab1c54c11c2d243998 (patch)
tree573ff0a29264dd88d7dbc795a55c6a22d3f2f42c /README.md
parent5a3e91dbd85f84fa19dff4cc82de7151b75c53ee (diff)
README: formatting
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 12 insertions, 3 deletions
diff --git a/README.md b/README.md
index b541397b..a8e68fe1 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,6 @@
[![Build Status](https://travis-ci.com/dandavison/delta.svg?branch=master)](https://travis-ci.com/dandavison/delta)
-## Δ
- A syntax-highlighting pager for git.
+## A syntax-highlighting pager for git
<table>
<tr>
@@ -26,6 +25,8 @@
</tr>
</table>
+<br>
+
## Installation
Executables: [Linux](https://github.com/dandavison/delta/releases/download/0.0.5/delta-0.0.5-x86_64-unknown-linux-musl.tar.gz) | [MacOS](https://github.com/dandavison/delta/releases/download/0.0.5/delta-0.0.5-x86_64-apple-darwin.tar.gz) | [Windows](https://github.com/dandavison/delta/releases/download/0.0.5/delta-0.0.5-x86_64-pc-windows-msvc.zip)
@@ -36,7 +37,9 @@ brew tap dandavison/delta https://github.com/dandavison/delta
brew install dandavison/delta/git-delta
```
-All available executables: https://github.com/dandavison/delta/releases.
+All available executables: https://github.com/dandavison/delta/releases
+
+<br>
## Configure git to use delta
@@ -57,6 +60,8 @@ All git commands that display diff output should now display syntax-highlighted
- `git stash show -p`
+<br>
+
## Usage
```
USAGE:
@@ -103,6 +108,8 @@ OPTIONS:
padding to equal width.
```
+<br>
+
## 24 bit color
delta works best if your terminal application supports 24 bit colors. See https://gist.github.com/XVilka/8346728. For example, on macos, iTerm2 works but Terminal.app does not.
@@ -113,6 +120,8 @@ OPTIONS:
```
and you may then need to quit tmux completely for it to take effect.
+<br>
+
## Credit
https://github.com/trishume/syntect<br>
https://github.com/sharkdp/bat<br>