Skip to content

ncdu

NCurses Disk Usage

Package Information

  • Domain: dev.yorhel.nl/ncdu
  • Name: ncdu
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install ncdu

Programs

This package provides the following executable programs:

  • ncdu

Available Versions

Show all 5 versions
  • 1.22.0, 1.21.0, 1.20.0, 1.19.0, 1.18.1

Latest Version: 1.22.0

Install Specific Version

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

Dependencies

This package depends on:

  • invisible-island.net/ncurses

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.ncdu

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.