Skip to content

duf

Disk Usage/Free Utility - a better 'df' alternative

Package Information

  • Domain: github.com/muesli/duf
  • Name: duf
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install duf

Programs

This package provides the following executable programs:

  • duf

Available Versions

Show all 1 versions
  • 0.8.1

Latest Version: 0.8.1

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.duf

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.