Skip to content

gdu

Fast disk usage analyzer with console interface written in Go

Package Information

  • Domain: github.com/dundee/gdu
  • Name: gdu
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install gdu

Programs

This package provides the following executable programs:

  • gdu

Available Versions

Show all 4 versions
  • 5.31.0, 5.30.1, 5.30.0, 5.29.0

Latest Version: 5.31.0

Install Specific Version

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

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.gdu

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.