summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-01 00:00:55 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-01 00:00:55 -0400
commitd76d3b4252818aad661b5793c299453f52ede477 (patch)
tree78b9e067a2b803de073f359ec3bccc55cf71dccc /README.md
parentfe25f99a663027f20aac1a2c719f8af13cce7093 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md27
1 files changed, 15 insertions, 12 deletions
diff --git a/README.md b/README.md
index 68a3d564..ac717be0 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
## Δ
A syntax-highlighter for git.
- _(This project is at a very early stage, but please feel free to open issues.)_
+ _(This project is at an early stage, but please feel free to open issues.)_
<img width=500px style="border: 1px solid black"
src="https://user-images.githubusercontent.com/52205/60282969-230d2c80-98d6-11e9-8656-09073c8a0985.png"
@@ -17,23 +17,26 @@ USAGE:
delta [FLAGS] [OPTIONS]
FLAGS:
- --compare-themes Compare available syntax highlighting themes. To use this option, supply git diff output to
- delta on standard input. For example: `git show --color=always | delta --compare-themes`.
- --dark Use colors appropriate for a dark terminal background. For more control, see --theme,
- --plus-color, and --minus-color.
- -h, --help Prints help information
- --light Use colors appropriate for a light terminal background. For more control, see --theme,
- --plus-color, and --minus-color.
- --list-languages List supported languages and associated file extensions.
- --list-themes List available syntax highlighting themes.
- -V, --version Prints version information
+ --compare-themes Compare available syntax highlighting themes. To use this option, supply git diff output
+ to delta on standard input. For example: `git show --color=always | delta --compare-
+ themes`.
+ --dark Use colors appropriate for a dark terminal background. For more control, see --theme,
+ --plus-color, and --minus-color.
+ -h, --help Prints help information
+ --highlight-removed Apply syntax highlighting to removed lines. The default is to apply syntax highlighting
+ to unchanged and new lines only.
+ --light Use colors appropriate for a light terminal background. For more control, see --theme,
+ --plus-color, and --minus-color.
+ --list-languages List supported languages and associated file extensions.
+ --list-themes List available syntax highlighting themes.
+ -V, --version Prints version information
OPTIONS:
--minus-color <minus_color> The background color (RGB hex) to use for removed lines.
--plus-color <plus_color> The background color (RGB hex) to use for added lines.
--theme <theme> The syntax highlighting theme to use.
-w, --width <width> The width (in characters) of the diff highlighting. By default, the highlighting
- extends to the last character on each line. Use --width=max to set width equal to
+ extends to the last character on each line. By default, the width is equal to the
current terminal width.
```