Skip to content

delta

A syntax-highlighting pager for git, diff, grep, and blame output

Package Information

  • Domain: crates.io/git-delta
  • Name: delta
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install delta

Programs

This package provides the following executable programs:

  • delta

Available Versions

Show all 11 versions
  • 0.18.2, 0.18.1, 0.18.0, 0.17.0, 0.16.5
  • 0.16.4, 0.16.3, 0.16.2, 0.16.1, 0.16.0
  • 0.15.1

Latest Version: 0.18.2

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) delta -- $SHELL -i

Dependencies

This package depends on:

  • libgit2.org~1.7 # links to libgit2.so.1.7
  • darwin:zlib.net^1

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.delta

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.