Skip to content

onefetch.dev

Command-line Git information tool

Package Information

  • Domain: onefetch.dev
  • Name: onefetch.dev
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install onefetch

Programs

This package provides the following executable programs:

  • onefetch

Aliases

This package can also be accessed using these aliases:

  • onefetch

Available Versions

Show all 8 versions
  • 2.24.0, 2.23.1, 2.23.0, 2.22.0, 2.21.0
  • 2.20.0, 2.19.0, 2.18.1

Latest Version: 2.24.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) +onefetch.dev@2.24.0 -- $SHELL -i

Dependencies

This package depends on:

  • libgit2.org~1.7 # links to libgit2.so.1.7

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.onefetchdev

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.