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 dufPrograms 
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 -iUsage 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(', ')}`)Links 
This documentation was auto-generated from package data.