summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-05 19:57:01 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-05 20:14:11 -0500
commit644e8089f74ca3107f8b172f75df66ff1330efae (patch)
treee5b78c744e77ad9719efffc6038e8a58e9f4def6
parent93ec46551410e65ca1788ff20ffd165eeff094f3 (diff)
README edits
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 6d420049..c40e67a4 100644
--- a/README.md
+++ b/README.md
@@ -155,18 +155,18 @@ Here's what `git show` can look like with git configured to use delta:
- Language syntax highlighting with color themes
- Within-line highlights based on a Levenshtein edit inference algorithm
-- Git style strings (foreground color, background color, font attributes) are supported for >20 stylable elements
- Side-by-side view with line-wrapping
- Line numbering
-- Handles grep output with file paths from `rg`, `git grep`, `grep`, etc
-- `diff-highlight` and `diff-so-fancy` emulation modes
-- Stylable box/line decorations to draw attention to commit, file and hunk header sections.
+- `n` and `N` keybindings to move between files in large diffs, and between diffs in `log -p` views (`--navigate`)
+- Improved `git blame` display (syntax highlighting; `--hyperlinks` formats commits as links to GitHub/GitLab/Bitbucket etc)
+- Syntax-highlights grep output from `rg`, `git grep`, `grep`, etc
- Support for Git's `--color-moved` feature.
-- Customizable `git blame` with syntax highlighting (`--hyperlinks` formats commits as links to GitHub/GitLab/Bitbucket etc)
- Code can be copied directly from the diff (`-/+` markers are removed by default).
-- `n` and `N` keybindings to move between files in large diffs, and between diffs in `log -p` views (`--navigate`)
+- `diff-highlight` and `diff-so-fancy` emulation modes
- Commit hashes can be formatted as terminal [hyperlinks](https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda) to the GitHub/GitLab/Bitbucket page (`--hyperlinks`).
File paths can also be formatted as hyperlinks for opening in your OS.
+- Stylable box/line decorations to draw attention to commit, file and hunk header sections.
+- Git style strings (foreground color, background color, font attributes) are supported for >20 stylable elements
| | delta | git | [diff-so-fancy] /<br>[diff-highlight] | github/gitlab |
| ---------------------------------------------- | ----- | --- | ------------------------------------- | ------------- |