Skip to content

dust

A more intuitive version of du in rust

Package Information

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

Installation

bash
# Install with launchpad
launchpad install dust

Programs

This package provides the following executable programs:

  • dust

Available Versions

Show all 8 versions
  • 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.2
  • 1.1.1, 1.1.0, 1.0.0

Latest Version: 1.2.3

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.dust

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.