From 29122f7230910c053d0c26552550cc7aba5501cf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 28 Oct 2025 16:58:06 +0000 Subject: [PATCH] Automated documentation update [skip ci] --- src/git-delta/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/git-delta/README.md diff --git a/src/git-delta/README.md b/src/git-delta/README.md new file mode 100644 index 0000000..68d4596 --- /dev/null +++ b/src/git-delta/README.md @@ -0,0 +1,24 @@ + +# git-delta (git-delta) + +Install git-delta, a syntax-highlighting pager for git, diff, grep, and blame output + +## Example Usage + +```json +"features": { + "ghcr.io/actcoding/devcontainer-features/git-delta:1": {} +} +``` + +## Options + +| Options Id | Description | Type | Default Value | +|-----|-----|-----|-----| +| version | The git-delta version to install | string | - | + + + +--- + +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/actcoding/devcontainer-features/blob/main/src/git-delta/devcontainer-feature.json). Add additional notes to a `NOTES.md`._