Skip to content

bat

Clone of cat(1) with syntax highlighting and Git integration

Package Information

  • Domain: crates.io/bat
  • Name: bat
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install bat

Programs

This package provides the following executable programs:

  • bat

Available Versions

Show all 4 versions
  • 0.25.0, 0.24.0, 0.23.0, 0.22.1

Latest Version: 0.25.0

Install Specific Version

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

Dependencies

This package depends on:

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.bat

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.